psOff_public/core
2024-05-26 15:25:14 +02:00
..
dmem fix query 2024-05-26 15:24:52 +02:00
fileManager minor 2024-05-05 19:03:39 +02:00
hotkeys Merge branch 'features' into trophies-list 2024-05-07 13:24:14 +03:00
imports/exports pm4_custom| use uint8_t 2024-05-03 17:52:45 +02:00
initParams 4k option 2024-04-25 15:59:18 +02:00
kernel pthread_cancel don't join, 2024-05-17 21:56:06 +02:00
memory dmem| poolepand negative len, cleaning 2024-04-17 22:59:15 +02:00
networking wepoll moved to third_party 2024-05-03 20:38:11 +03:00
runtime relocate only for spec. lib 2024-05-26 15:25:14 +02:00
systemContent move main| dump 2024-04-28 21:04:17 +02:00
timer use external third_party repo 2024-04-14 15:20:25 +02:00
trophies Trophy grades, bugfixes 2024-05-07 01:44:57 +03:00
unwinding cleaning 2024-03-27 20:09:14 +01:00
videoout Whooops 2024-05-08 18:05:37 +03:00
CMakeLists.txt Add symbol names and paths to stacktrace 2024-05-08 18:04:16 +03:00
readme.md + filemanager readme, update reset 2024-03-25 11:25:22 +01:00

Overview

All communication goes through the core library. The callbacks to the emulator are set during startup, before loading and setting up the target library.

Modules should only communicate unidirectional with the core library. Everything that can't be done locally inside modules, goes here.