psOff_public/core
2024-04-14 18:04:54 +03:00
..
dmem use external third_party repo 2024-04-14 15:20:25 +02:00
fileManager Bad boy thing again 2024-04-14 18:04:54 +03:00
imports use external third_party repo 2024-04-14 15:20:25 +02:00
initParams use external third_party repo 2024-04-14 15:20:25 +02:00
kernel use external third_party repo 2024-04-14 15:20:25 +02:00
memory getPageSize cleanup 2024-04-13 14:24:28 +02:00
systemContent + fileManager, systemContent, timer 2024-03-01 19:39:11 +01:00
timer use external third_party repo 2024-04-14 15:20:25 +02:00
unwinding cleaning 2024-03-27 20:09:14 +01:00
videoout use external third_party repo 2024-04-14 15:20:25 +02:00
CMakeLists.txt use external third_party repo 2024-04-14 15:20:25 +02: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.