mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
PPU Analyzer: Fixes
This commit is contained in:
parent
5a13c02774
commit
721e55458c
2 changed files with 11 additions and 10 deletions
|
@ -301,7 +301,7 @@ static void fixup_settings(const psf::registry* _psf)
|
|||
}
|
||||
}
|
||||
|
||||
void dump_executable(std::span<const u8> data, main_ppu_module* _main, std::string_view title_id)
|
||||
extern void dump_executable(std::span<const u8> data, ppu_module* _main, std::string_view title_id)
|
||||
{
|
||||
// Format filename and directory name
|
||||
// Make each directory for each file so tools like IDA can work on it cleanly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue