obhq / obliteration

Experimental free and open-source PlayStation 4 kernel
https://obliteration.net
Apache License 2.0
641 stars 18 forks source link

Prepares to merge VMM screen into graphics module #1133

Closed ultimaweapon closed 4 days ago

ultimaweapon commented 4 days ago

It should be better for GraphicsApi implementation to create a VMM screen so it can share private types. The idea is the GUI will configure the GraphicsApi then the GraphicsApi will create a VMM screen according to the configurations.

SuchAFuriousDeath commented 4 days ago

I envisioned it that way.