psOff_public/core
2024-03-17 03:41:04 +03:00
..
dmem dump 2024-03-04 20:16:43 +01:00
fileManager lseek depending on fstream mode 2024-03-13 14:05:08 +01:00
imports adding vk_mem_alloc for build job 2024-03-10 20:11:54 +01:00
initParams Merge remote-tracking branch 'origin/main' into feature 2024-03-13 21:57:41 +01:00
kernel Stdout workaround 2024-03-17 03:41:04 +03: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 Progress further in json config implementation 2024-03-15 01:56:43 +03: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.