Ryujinx/Ryujinx
emmauss 3aa3c4261a
Add inbuilt Opengl renderer to window (#922)
* add gl rendering widget

* embed renderer into main window

* add input

* fix mouse input

* fix mouse coords

* refresh game list after closing game, remove profiler method

* rebase, hide game list progress bar while game is running

* Some bug fixes

Changelog:

- Reapply some changes that got lost while rebasing from #904
- Make sure to guarantee exclusivity on the GL context (fixing multiple
possible race conditions on Windows)
- Avoid making GLRenderer disposed multiple time

* add fullscreen,  enable input on focus, disable aplha

* addressed comments

* Disable transparency in the window

* fix fullscreen state, fix focus, addressed comments

* nit

* addressed nit

Co-authored-by: Thog <thog@protonmail.com>
2020-02-12 01:56:19 +01:00
..
Configuration Keep the GUI alive when closing a game (#888) 2020-01-21 23:23:11 +01:00
Ui Add inbuilt Opengl renderer to window (#922) 2020-02-12 01:56:19 +01:00
_schema.json Add features to GUI (#757) 2019-11-29 15:32:51 +11:00
Config.json Rewrite the configuration system (#831) 2019-12-21 20:52:31 +01:00
Program.cs Add inbuilt Opengl renderer to window (#922) 2020-02-12 01:56:19 +01:00
RPsupported.dat Add features to GUI (#757) 2019-11-29 15:32:51 +11:00
Ryujinx.csproj Add inbuilt Opengl renderer to window (#922) 2020-02-12 01:56:19 +01:00
Ryujinx.ico Added Program Icon (#900) 2020-01-24 16:14:51 +01:00