sceVideoOutGetFlipStatus implementation

This commit is contained in:
georgemoralis 2023-09-06 13:45:49 +03:00
parent fd8dc05313
commit 5b6bbfc327
5 changed files with 46 additions and 7 deletions

View file

@ -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;
}