mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
fixes for platform support for PSP: show fps, notices, CD leds
This commit is contained in:
parent
bfd6662370
commit
b1b5f9c094
3 changed files with 45 additions and 23 deletions
|
@ -321,8 +321,8 @@ end:
|
|||
|
||||
int _flush_cache (char *addr, const int size, const int op)
|
||||
{
|
||||
sceKernelDcacheWritebackAll();
|
||||
//sceKernelDcacheWritebackRange(addr, size);
|
||||
//sceKernelIcacheInvalidateRange(addr, size);
|
||||
//sceKernelDcacheWritebackAll();
|
||||
sceKernelDcacheWritebackRange(addr, size);
|
||||
sceKernelIcacheInvalidateRange(addr, size);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue