mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-11 03:36:06 +00:00
Add ERROR_LOG_REPORT for sceDmacTryMemcpy()
This commit is contained in:
parent
3f1b87c85e
commit
f84047675e
@ -40,9 +40,15 @@ u32 sceDmacMemcpy(u32 dst, u32 src, u32 size) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 sceDmacTryMemcpy()
|
||||
{
|
||||
ERROR_LOG_REPORT(HLE,"UNIMPL sceDmacTryMemcpy(...)");
|
||||
return 0;
|
||||
}
|
||||
|
||||
const HLEFunction sceDmac[] = {
|
||||
{0x617f3fe6, &WrapU_UUU<sceDmacMemcpy>, "sceDmacMemcpy"},
|
||||
{0xd97f94d8, 0, "sceDmacTryMemcpy"},
|
||||
{0xd97f94d8, WrapU_V<sceDmacTryMemcpy>, "sceDmacTryMemcpy"},
|
||||
};
|
||||
|
||||
void Register_sceDmac() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user