psOff_public/core
2024-03-18 14:21:55 +01:00
..
dmem hard clear gpu memory at exit 2024-03-18 14:21:55 +01:00
fileManager + file abstraction layer, IFile 2024-03-18 12:19:21 +01:00
imports hard clear gpu memory at exit 2024-03-18 14:21:55 +01:00
initParams Merge remote-tracking branch 'origin/main' into feature 2024-03-13 21:57:41 +01:00
kernel + file abstraction layer, IFile 2024-03-18 12:19:21 +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 timer| + cmake boost dep 2024-03-16 22:27:22 +01:00
videoout videoOut| + handle submitFlips without prev rendering 2024-03-17 15:56:20 +01:00
CMakeLists.txt boost as seperate prj, sdl polling on vblank 2024-03-11 16:24:52 +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.