mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
Fix remaining compiler warnings.
This commit is contained in:
parent
0ffdd2607f
commit
f7fa33f2d6
8 changed files with 18 additions and 15 deletions
|
@ -38,7 +38,7 @@ namespace DiscScrubber
|
|||
{
|
||||
|
||||
bool SetupScrub(const char* filename, int block_size);
|
||||
void GetNextBlock(FILE* in, u8* buffer);
|
||||
void GetNextBlock(File::IOFile& in, u8* buffer);
|
||||
void Cleanup();
|
||||
|
||||
} // namespace DiscScrubber
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue