mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 01:44:53 +00:00
sceVideoOutGetFlipStatus implementation
This commit is contained in:
parent
fd8dc05313
commit
5b6bbfc327
5 changed files with 46 additions and 7 deletions
|
@ -20,7 +20,7 @@ namespace HLE::Libs::LibKernel {
|
|||
|
||||
int PS4_SYSV_ABI sceKernelWaitEqueue(/*SceKernelEqueue eq, SceKernelEvent* ev,*/ int num, int* out /*, SceKernelUseconds* timo*/)
|
||||
{
|
||||
BREAKPOINT();
|
||||
PRINT_DUMMY_FUNCTION_NAME();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue