mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Enable -Wunused-variable
This commit is contained in:
parent
631d7d0ce7
commit
db8e6fe7a7
62 changed files with 167 additions and 183 deletions
|
@ -1640,7 +1640,7 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool
|
|||
sys_log.notice("Elf path: %s", argv[0]);
|
||||
}
|
||||
|
||||
const auto _main = g_fxo->init<ppu_module>();
|
||||
g_fxo->init<ppu_module>();
|
||||
|
||||
ppu_load_exec(ppu_exec);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue