psOff_public/core
2024-06-03 17:18:51 +02:00
..
dmem core 2024-06-03 17:16:19 +02:00
fileManager core 2024-06-03 17:16:19 +02:00
hotkeys core 2024-06-03 17:16:19 +02:00
imports/exports core 2024-06-03 17:16:19 +02:00
initParams core 2024-06-03 17:16:19 +02:00
kernel core 2024-06-03 17:16:19 +02:00
memory core 2024-06-03 17:16:19 +02:00
networking format 2024-06-03 17:18:51 +02:00
runtime core 2024-06-03 17:16:19 +02:00
systemContent core 2024-06-03 17:16:19 +02:00
tests format 2024-06-03 17:18:51 +02:00
timer core 2024-06-03 17:16:19 +02:00
trophies core 2024-06-03 17:16:19 +02:00
unwinding core 2024-06-03 17:16:19 +02:00
videoout core 2024-06-03 17:16:19 +02:00
CMakeLists.txt core 2024-06-03 17:16:19 +02:00
readme.md core 2024-06-03 17:16:19 +02: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.