Cemu/src/Cafe/OS/libs/coreinit
2023-06-25 08:40:52 +02:00
..
coreinit.cpp Remove remnants of frame profiler code 2023-06-25 08:40:52 +02:00
coreinit.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Alarm.cpp Add debug asserts for invalid MEMPTR 2023-06-15 22:36:35 +02:00
coreinit_Alarm.h Code clean up + replace some wstring instances with utf8 (#640) 2023-01-29 13:53:31 +01:00
coreinit_Atomic.cpp Fix incorrect return values in OSAtomic 2023-06-15 22:36:45 +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 Make controller button code thread-safe (#405) 2022-10-23 15:47:42 +02:00
coreinit_CodeGen.cpp Migrate force_log_printf to new logging (#714) 2023-04-12 16:31:34 +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 Logging migration (forceLogDebug_printf) (#780) 2023-04-25 08:43:31 +02:00
coreinit_FG.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_FS.cpp coreinit: Fix FSGetMountSource and FSAppendFile implementation (#863) 2023-06-17 13:51:55 +02:00
coreinit_FS.h nsysnet: Implement inet_ntop 2023-06-15 22:36:25 +02:00
coreinit_GHS.cpp Migrate force_log_printf to new logging (#714) 2023-04-12 16:31:34 +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 Logging migration (forceLogDebug_printf) (#780) 2023-04-25 08:43:31 +02:00
coreinit_IM.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Init.cpp Logging migration (forceLogDebug_printf) (#780) 2023-04-25 08:43:31 +02:00
coreinit_IOS.cpp Logging migration (forceLogDebug_printf) (#780) 2023-04-25 08:43:31 +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 coreinit: Implement several FSA functions and fix some bugs (#844) 2023-06-15 21:05:16 +02:00
coreinit_IPCBuf.h coreinit: Implement several FSA functions and fix some bugs (#844) 2023-06-15 21:05:16 +02:00
coreinit_LockedCache.cpp Migrate force_log_printf to new logging (#714) 2023-04-12 16:31:34 +02:00
coreinit_LockedCache.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MCP.cpp Logging migration (forceLogDebug_printf) (#780) 2023-04-25 08:43:31 +02:00
coreinit_MCP.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MEM.cpp Add debug asserts for invalid MEMPTR 2023-06-15 22:36:35 +02:00
coreinit_MEM.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MEM_BlockHeap.cpp Migrate force_log_printf to new logging (#714) 2023-04-12 16:31:34 +02:00
coreinit_MEM_BlockHeap.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MEM_ExpHeap.cpp Migrate coreinitMemLog_printf to new logging (#799) 2023-04-25 18:09:00 +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_Memory.cpp Logging migration (forceLogDebug_printf) (#780) 2023-04-25 08:43:31 +02:00
coreinit_Memory.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MemoryMapping.cpp coreinit: Fix memory mapping API 2023-01-27 09:57:10 +00: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 Make controller button code thread-safe (#405) 2022-10-23 15:47:42 +02:00
coreinit_MPQueue.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_OSScreen.cpp Logging migration (forceLogDebug_printf) (#780) 2023-04-25 08:43:31 +02:00
coreinit_OSScreen.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_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 coreinit: Fix thread scheduler not resetting quantum 2023-02-22 13:37:14 +01:00
coreinit_Scheduler.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Spinlock.cpp coreinit: Dont yield uninterruptible threads in spinlock 2023-01-27 09:57:10 +00:00
coreinit_Spinlock.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_Synchronization.cpp Remove deprecated logging system and expose developer logging window (#825) 2023-05-20 02:46:12 +02:00
coreinit_SysHeap.cpp Logging migration (forceLogDebug_printf) (#780) 2023-04-25 08:43:31 +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 Add debug asserts for invalid MEMPTR 2023-06-15 22:36:35 +02:00
coreinit_Thread.h Add debug asserts for invalid MEMPTR 2023-06-15 22:36:35 +02:00
coreinit_ThreadQueue.cpp Add GDB stub for debugging (#657) 2023-02-19 15:41:49 +01:00
coreinit_Time.cpp coreinit: Implement OSGetSystemTick (#415) 2022-10-26 14:06:16 +02:00
coreinit_Time.h Add all the files 2022-08-22 22:21:23 +02:00