mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 01:44:53 +00:00
improvements in sceKernelAllocateDirectMemory and function logging
This commit is contained in:
parent
c0c6024e2c
commit
818e0b7404
6 changed files with 52 additions and 10 deletions
|
@ -21,7 +21,7 @@ namespace HLE::Libs::LibKernel {
|
|||
int PS4_SYSV_ABI sceKernelCreateEqueue(/* SceKernelEqueue* eq*/ int eq, const char* name)
|
||||
{
|
||||
//BREAKPOINT();
|
||||
LOG_INFO_IF(true, "dummy sceKernelCreateEqueue\n");
|
||||
PRINT_DUMMY_FUNCTION_NAME();
|
||||
return 0;
|
||||
}
|
||||
int PS4_SYSV_ABI sceKernelWaitEqueue(/*SceKernelEqueue eq, SceKernelEvent* ev,*/ int num, int* out /*, SceKernelUseconds* timo*/)
|
||||
|
@ -32,6 +32,7 @@ namespace HLE::Libs::LibKernel {
|
|||
int PS4_SYSV_ABI sceKernelIsNeoMode()
|
||||
{
|
||||
//BREAKPOINT();
|
||||
PRINT_DUMMY_FUNCTION_NAME();
|
||||
return 0; //it isn't PS4VR TODO
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue