mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 10:55:03 +00:00
sceKernelCreateEqueue implemented
This commit is contained in:
parent
e58601bc2d
commit
bba76cdf49
9 changed files with 72 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue