1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00
GLideN64/projects/msvc
Rosalie Wanders 366ff85de3 Allow GLideNUI to work with mupen64plus
* Update the mupen64plus API headers
  * Add the new video extension functions in the opengl wrappers
  * Pull new headers from upsteam mupen64plus-core

* Modify CMakeLists.txt
  * Add GLideNUI source files
  * Expose new MUPENPLUSAPI_GLIDENUI option
    * This allows you to compile GLideN64 for mupen64plus with GLideNUI
    * NOTE that this only works with front-ends which call PluginConfig

* Move src/windows/Config_windows.cpp to src/GLideNUI/Config_GLideNUI.cpp
  * This makes more sense because it's not windows-exclusive anymore

* Add src/GLideNUI/fullscreenresolutions_mupen64plus.cpp
  * This allows GLideNUI to enumerate the fullscreen refresh rates and resolutions

* Modify src/Graphics/OpenGLContext/mupen64plus/mupen64plus_DisplayWindow.cpp
  * This modification allows mupen64plus with GLideNUI to use the selected fullscreen resolution and refresh rates

* Expose a new PluginConfig function which calls Config_DoConfig()
  * NOTE that this only works with front-ends which call this function
  * NOTE that this technically breaks the mupen spec
2020-09-16 19:02:46 +07:00
..
lib Update x64 libpng and zlib. 2019-11-05 16:08:45 +07:00
GLideN64.sln GLideN64.sln: Add TinyXML++ and ts2lang projects 2020-07-17 21:44:08 +07:00
GLideN64.vcxproj Allow GLideNUI to work with mupen64plus 2020-09-16 19:02:46 +07:00
GLideN64.vcxproj.filters Allow GLideNUI to work with mupen64plus 2020-09-16 19:02:46 +07:00
GLideNUI-wtl.vcxproj [GLideNUI-wtl] Update Language class 2020-07-17 21:44:08 +07:00
GLideNUI-wtl.vcxproj.filters [GLideNUI-wtl] Update Language class 2020-07-17 21:44:08 +07:00
GLideNUI.pro Rename msvc2015 to msvc 2018-11-25 18:34:16 +07:00
GLideNUI.vcxproj Fix VS2013 compatibility and some other inconsistencies 2020-04-27 09:38:56 +07:00
GLideNUI.vcxproj.filters Update project files 2020-04-25 23:26:17 +07:00
libGLideNHQ.vcxproj Fix VS2013 compatibility and some other inconsistencies 2020-04-27 09:38:56 +07:00
libGLideNHQ.vcxproj.filters Fix VS2013 compatibility and some other inconsistencies 2020-04-27 09:38:56 +07:00
osal.vcxproj Fix VS2013 compatibility and some other inconsistencies 2020-04-27 09:38:56 +07:00
osal.vcxproj.filters Rename msvc2015 to msvc 2018-11-25 18:34:16 +07:00
ticpp.vcxproj GLideN64.sln: Add TinyXML++ and ts2lang projects 2020-07-17 21:44:08 +07:00
ticpp.vcxproj.filters GLideN64.sln: Add TinyXML++ and ts2lang projects 2020-07-17 21:44:08 +07:00
ts2lang.vcxproj GLideN64.sln: Add TinyXML++ and ts2lang projects 2020-07-17 21:44:08 +07:00
ts2lang.vcxproj.filters GLideN64.sln: Add TinyXML++ and ts2lang projects 2020-07-17 21:44:08 +07:00