mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
move more globals to PicoInterface
similar reasons as before
This commit is contained in:
parent
075672bf9f
commit
6311a3baf5
27 changed files with 244 additions and 247 deletions
|
@ -391,8 +391,8 @@ int pm_seek(pm_file *stream, long offset, int whence)
|
|||
offset = pos;
|
||||
}
|
||||
|
||||
if (PicoMessage != NULL && offset > 4 * 1024 * 1024)
|
||||
PicoMessage("Decompressing data...");
|
||||
if (PicoIn.osdMessage != NULL && offset > 4 * 1024 * 1024)
|
||||
PicoIn.osdMessage("Decompressing data...");
|
||||
|
||||
while (offset > 0) {
|
||||
char buf[16 * 1024];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue