issues
search
SysRay
/
psOff_public
Playstation 4 Emulator for Windows
GNU General Public License v3.0
286
stars
17
forks
source link
Move more code into modules folder/structure
#189
Closed
SysRay
closed
5 months ago
SysRay
commented
5 months ago
Change arch to support more code in the modules
Add eventsystem (observer/listener)
SysRay
commented
5 months ago
Code.dll will manage interfaces.
modules can get interfaces by calling e.g accessInterface(Type)
extra folder/layer for shared modules e.g network.
modules:
external: for sceModules in separate dll
internal: shared modules in core.dll
SysRay
commented
5 months ago
new structure #191