1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-22 06:53:30 +01:00
Ryujinx/Ryujinx.HLE/HOS/Services/Vi
Thomas Guillemard b4d91402c6 Some improvements for nvnflinger (#555)
* Initial fixes for last release of libnx

For now, the framebuffer aren't okay but it will not crash/

* Improve code reaadability in NvFlinger parsing

* Make surfaces access more userfriendly

* Add ColorFormat

* Fix code style in ColorFormat.cs

* Add multiple framebuffer support in nvnflinger

This fix libnx console rendering

* Move ReadStruct/WriteStruct to Ryujinx.Common

* fix the last nit

* Fix inverted color for R5G6B5

Also add some other format that libnx might uses.

* Remove hardcoded BlockHeight in nvflinger
2019-01-05 22:26:16 +01:00
..
ColorFormat.cs Some improvements for nvnflinger (#555) 2019-01-05 22:26:16 +01:00
Display.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
GbpBuffer.cs Some improvements for nvnflinger (#555) 2019-01-05 22:26:16 +01:00
IApplicationDisplayService.cs Some improvements for nvnflinger (#555) 2019-01-05 22:26:16 +01:00
IApplicationRootService.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
IHOSBinderDriver.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
IManagerDisplayService.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
IManagerRootService.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
ISystemDisplayService.cs Some improvements for nvnflinger (#555) 2019-01-05 22:26:16 +01:00
ISystemRootService.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00
NvFlinger.cs Some improvements for nvnflinger (#555) 2019-01-05 22:26:16 +01:00
Parcel.cs Adjust naming conventions and general refactoring in HLE Project (#527) 2018-12-06 09:16:24 -02:00