sceKernelCreateEqueue implemented

This commit is contained in:
georgemoralis 2023-08-17 10:10:13 +03:00
parent e58601bc2d
commit bba76cdf49
9 changed files with 72 additions and 14 deletions

View file

@ -36,7 +36,7 @@
}
#define PRINT_DUMMY_FUNCTION_NAME() \
{ LOG_INFO_IF(true, "dummy {}()\n", __func__); }
{ LOG_WARN_IF(true, "dummy {}()\n", __func__); }
namespace HLE::Libs {
void Init_HLE_Libs(SymbolsResolver* sym);