mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 07:20:56 +00:00
Cleanup.
This commit is contained in:
parent
abe72cf77b
commit
9cd8ea872d
@ -14,7 +14,6 @@
|
||||
#define SC_RETURN (CMIPS::V0)
|
||||
|
||||
using namespace Iop;
|
||||
using namespace Framework;
|
||||
|
||||
#define LONGJMP_BUFFER (0x0200)
|
||||
#define INTR_HANDLER (0x1000)
|
||||
@ -115,12 +114,12 @@ void CPsxBios::LoadExe(const uint8* exe)
|
||||
}
|
||||
}
|
||||
|
||||
void CPsxBios::SaveState(CZipArchiveWriter& archive)
|
||||
void CPsxBios::SaveState(Framework::CZipArchiveWriter& archive)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CPsxBios::LoadState(CZipArchiveReader& archive)
|
||||
void CPsxBios::LoadState(Framework::CZipArchiveReader& archive)
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user