mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 22:18:15 +00:00
service/nvflinger: Move display specifics over to vi_display
With the display and layer structures relocated to the vi service, we can begin giving these a proper interface before beginning to properly support the display types. This converts the display struct into a class and provides it with the necessary functions to preserve behavior within the NVFlinger class.
This commit is contained in:
parent
aa49308c7e
commit
00b5069249
4 changed files with 141 additions and 35 deletions
|
@ -28,7 +28,7 @@ class Module;
|
|||
} // namespace Service::Nvidia
|
||||
|
||||
namespace Service::VI {
|
||||
struct Display;
|
||||
class Display;
|
||||
struct Layer;
|
||||
} // namespace Service::VI
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue