Cemu/src/Cafe/OS/libs/coreinit
Exzap 63206eb9a8
coreinit: Return error code instead of success in Acquire failure (#260)
Spotted by @Fs00
It's currently not known if any games are affected by this
2022-09-16 14:25:38 +02:00
..
coreinit_Alarm.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Alarm.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Atomic.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Atomic.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_BSP.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_BSP.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Callbacks.cpp Fix various compiler warnings given by Clang (#170) 2022-09-07 20:04:32 +02:00
coreinit_CodeGen.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_CodeGen.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Coroutine.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Coroutine.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_DynLoad.cpp coreinit: Return error code instead of success in Acquire failure (#260) 2022-09-16 14:25:38 +02:00
coreinit_DynLoad.h Clean up more Cemuhook leftovers (#253) 2022-09-16 13:34:41 +02:00
coreinit_FG.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_FG.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_FS.cpp Rename path _utf8Wrapper to _utf8ToPath for better clarity 2022-09-09 23:49:38 +02:00
coreinit_FS.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_GHS.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_GHS.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_HWInterface.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_HWInterface.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_IM.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_IM.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Init.cpp Initial macOS port bringup (#52) 2022-08-26 04:03:26 +02:00
coreinit_IOS.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_IOS.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_IPC.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_IPC.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_IPCBuf.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_IPCBuf.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_LockedCache.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_LockedCache.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MCP.cpp Initial macOS port bringup (#52) 2022-08-26 04:03:26 +02:00
coreinit_MCP.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MEM_BlockHeap.cpp Fix various compiler warnings given by Clang (#170) 2022-09-07 20:04:32 +02:00
coreinit_MEM_BlockHeap.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MEM_ExpHeap.cpp coreinit: Manual endian-swap is not required for MEMPTR 2022-08-25 16:59:54 +02:00
coreinit_MEM_ExpHeap.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MEM_FrmHeap.cpp Initial macOS port bringup (#52) 2022-08-26 04:03:26 +02:00
coreinit_MEM_FrmHeap.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MEM_UnitHeap.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MEM_UnitHeap.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MEM.cpp coreinit: Manual endian-swap is not required for MEMPTR 2022-08-25 16:59:54 +02:00
coreinit_MEM.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Memory.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Memory.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MemoryMapping.cpp Fix various compiler warnings given by Clang (#170) 2022-09-07 20:04:32 +02:00
coreinit_MemoryMapping.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MessageQueue.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MessageQueue.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Misc.cpp coreinit: Make OSReport and OSConsoleWrite thread-safe 2022-09-03 23:53:45 +02:00
coreinit_Misc.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MPQueue.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MPQueue.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_OSScreen_font.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_OSScreen.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_OSScreen.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_OverlayArena.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_OverlayArena.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Scheduler.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Scheduler.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Spinlock.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Spinlock.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Synchronization.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_SysHeap.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_SysHeap.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_SystemInfo.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_SystemInfo.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Thread.cpp Removed THREAD_LOCAL macro. (#101) 2022-08-30 06:10:33 +02:00
coreinit_Thread.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_ThreadQueue.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Time.cpp Fix compilation on GCC and other Linux fixes (#80) 2022-08-28 15:29:15 +02:00
coreinit_Time.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit.cpp Add all the files 2022-08-22 22:21:23 +02:00
coreinit.h Add all the files 2022-08-22 22:21:23 +02:00