psOff_public/core
2024-05-04 23:03:48 +03:00
..
dmem directmem| use correct size 2024-04-29 23:28:44 +02:00
fileManager trace cleaning 2024-04-22 20:42:06 +02:00
imports move main| dump 2024-04-28 21:04:17 +02:00
initParams 4k option 2024-04-25 15:59:18 +02:00
kernel fix mmap, flexiblememory 2024-04-30 20:41:46 +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 Whoops 2024-05-03 22:17:31 +03: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 Multiple fixes and implementations 2024-05-04 23:03:48 +03:00
unwinding cleaning 2024-03-27 20:09:14 +01:00
videoout Audio device reconnection handler 2024-05-01 00:24:00 +03:00
CMakeLists.txt Multiple fixes and implementations 2024-05-04 23:03:48 +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.