psOff_public/core
2024-05-22 11:17:07 +03:00
..
dmem directMem| fix reserve and getAvailableSize 2024-05-14 22:58:36 +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 + 2024-05-20 18:39:07 +04:00
networking wepoll moved to third_party 2024-05-03 20:38:11 +03:00
runtime +pthread_cancel, call tls destructor != nullptr 2024-05-17 20:51:39 +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 Fix language detection for trophies 2024-05-22 11:17:07 +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.