Port most of hsfload to PC (#581)
* Port some of hsfload.c * More byteswaps in hsfload.c * Finish hsfload besides cenv * hsfload fixes
This commit is contained in:
parent
909c743527
commit
bc19d2263b
21 changed files with 1662 additions and 402 deletions
|
|
@ -198,27 +198,27 @@ s32 CARDWriteAsync(CARDFileInfo *fileInfo, const void *addr, s32 length, s32 off
|
|||
|
||||
void DCFlushRange(void *addr, u32 nBytes)
|
||||
{
|
||||
puts("DCFlushRange is a stub");
|
||||
//puts("DCFlushRange is a stub");
|
||||
}
|
||||
|
||||
void DCFlushRangeNoSync(void *addr, u32 nBytes)
|
||||
{
|
||||
puts("DCFlushRangeNoSync is a stub");
|
||||
//puts("DCFlushRangeNoSync is a stub");
|
||||
}
|
||||
|
||||
void DCInvalidateRange(void *addr, u32 nBytes)
|
||||
{
|
||||
puts("DCInvalidateRange is a stub");
|
||||
//puts("DCInvalidateRange is a stub");
|
||||
}
|
||||
|
||||
void DCStoreRange(void *addr, u32 nBytes)
|
||||
{
|
||||
puts("DCStoreRange is a stub");
|
||||
//puts("DCStoreRange is a stub");
|
||||
}
|
||||
|
||||
void DCStoreRangeNoSync(void *addr, u32 nBytes)
|
||||
{
|
||||
puts("DCStoreRangeNoSync is a stub");
|
||||
//puts("DCStoreRangeNoSync is a stub");
|
||||
}
|
||||
|
||||
void DEMOUpdateStats(unsigned char inc)
|
||||
|
|
@ -603,7 +603,7 @@ GXDrawSyncCallback GXSetDrawSyncCallback(GXDrawSyncCallback cb)
|
|||
|
||||
void PPCSync(void)
|
||||
{
|
||||
puts("PPCSync is a stub");
|
||||
//puts("PPCSync is a stub");
|
||||
}
|
||||
|
||||
void GXUnknownu16(const u16 x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue