psOff_public/core
2024-03-08 14:06:58 +01:00
..
dmem dump 2024-03-04 20:16:43 +01:00
fileManager fileManager| call sync on destruct 2024-03-03 20:41:38 +01:00
imports dump 2024-03-04 20:16:43 +01:00
initParams + utility, initParams 2024-03-01 16:06:58 +01:00
kernel getStack, dlSym 2024-03-07 21:29:56 +01:00
memory + hook setVsShader 2024-03-08 14:06:58 +01:00
systemContent + fileManager, systemContent, timer 2024-03-01 19:39:11 +01:00
timer dump 2024-03-04 16:47:05 +01:00
videoout log all layers if validation enabled 2024-03-06 13:49:47 +01:00
CMakeLists.txt cmake fix install libs 2024-03-06 14:58:27 +01:00
readme.md + videout short readme 2024-03-02 16:20:57 +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.