1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
A new generation, open-source graphics plugin for N64 emulators.
Go to file
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
ini [INI] Remove Dithering Noise from Paint Studio & add Paint Studio prototype 2020-06-25 16:30:17 +07:00
licenses Threaded GLideN64 calls 2019-04-08 10:51:18 +07:00
projects Allow GLideNUI to work with mupen64plus 2020-09-16 19:02:46 +07:00
src Allow GLideNUI to work with mupen64plus 2020-09-16 19:02:46 +07:00
translations Add /translations/wtl to gitignore 2020-07-17 21:44:08 +07:00
.gitignore Add /translations/wtl to gitignore 2020-07-17 21:44:08 +07:00
.travis.yml Switch Travis from Trusty to Xenial. 2019-04-12 17:01:10 +07:00
appveyor.yml appveyor.yml: Remove "type" field 2020-04-27 09:32:31 +07:00
LICENSE LICENCE is spelled LICENSE 2016-08-27 10:58:30 -07:00
README.md Update README.md 2019-11-14 11:36:33 +07:00

GLideN64

A new generation, open-source graphics plugin for N64 emulators.

Windows latest build status for master branch: Build status

Linux and MacOsX latest build status for master branch: Build Status

To get Continuous Integration (CI) builds for mupen64plus and zilmar-spec emulators for Windows: click the build status icon, then select "Artifacts". You will get a zip containing both builds. Choose the between the 32-bit and 64-bit version depending on your emulator version. If you want to download an earlier build, go to "History" and select the build you want.

CI builds have the latest features and fixes, and are generally stable, but may introduce bugs and have incomplete translations.