Cemu/src/Cafe/OS/libs/coreinit
GaryOderNichts 4405116324
GDBStub: Support watchpoints on linux (#1030)
* GDBStub: Support watchpoints on linux
* GDBStub: Use `TCP_NODELAY`
2023-12-23 15:25:01 -08:00
..
coreinit.cpp Code cleanup 2023-10-01 11:46:26 +02:00
coreinit.h Code cleanup 2023-10-01 11:46:26 +02:00
coreinit_Alarm.cpp Initial support for title switching + better Wii U menu compatibility (#907) 2023-07-21 13:54:07 +02:00
coreinit_Alarm.h Initial support for title switching + better Wii U menu compatibility (#907) 2023-07-21 13:54:07 +02: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: Handle non-existing modules in OSDynLoad_Acquire 2023-09-14 20:52:40 +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 nn_fp: Full rework of friend service 2023-10-17 05:26:30 +02:00
coreinit_FS.h coreinit: Use native COS locks instead of STL 2023-09-14 20:52:40 +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 Bump CI clang version to 15 + workaround for unsafe fiber optimizations (#982) 2023-09-29 17:17:28 +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 nn_fp: Full rework of friend service 2023-10-17 05:26:30 +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 Code cleanup 2023-10-01 11:46:26 +02:00
coreinit_MCP.h Add all the files 2022-08-22 22:21:23 +02:00
coreinit_MEM.cpp Initial support for title switching + better Wii U menu compatibility (#907) 2023-07-21 13:54:07 +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 nn_fp: Full rework of friend service 2023-10-17 05:26:30 +02:00
coreinit_Misc.h Initial support for title switching + better Wii U menu compatibility (#907) 2023-07-21 13:54:07 +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 Logging: Refactor and optimizations 2023-09-14 20:52:40 +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 GDBStub: Support watchpoints on linux (#1030) 2023-12-23 15:25:01 -08:00
coreinit_Thread.h Code cleanup 2023-10-01 11:46:26 +02:00
coreinit_ThreadQueue.cpp Bump CI clang version to 15 + workaround for unsafe fiber optimizations (#982) 2023-09-29 17:17:28 +02:00
coreinit_Time.cpp Update Windows build instructions 2023-09-29 06:48:10 +02:00
coreinit_Time.h Add all the files 2022-08-22 22:21:23 +02:00