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
oddMLan 14edd21541 GLideNUI-wtl: Match Qt GUI 1:1
Based on commit c168f53d12
With some minor improvements/differences over Qt GUI
- Fully DPI aware
- Dithering is in the Video tab instead of Emulation, some wording differences

Observations:
- "Windowed resolution" is an editable combobox now. Need to parse custom resolution as well suggest some default ones
- "Enable noise" has been removed since it's permanently enabled in latest master
- Need to sync with upstream to connect the Dithering stuff with the config system
- Warning under Antialiasing section needs to hide if N64-depth compare is disabled, but might be difficult to do

Further suggestions:
- "Save" button should be an "Apply" button that applies the settings to current game without pausing. Might be out of the scope of this refactor though.
- Need to test GUI in Windows XP, Windows Vista/7/8.1 to make sure nothing looks out of place
2020-04-22 21:14:15 +07:00
ini Enable FBInfo for Dr Mario and FlappyBird 2020-04-18 11:53:31 +07:00
licenses Threaded GLideN64 calls 2019-04-08 10:51:18 +07:00
projects GLideNUI-wtl: Add DPI-aware icon handling code 2020-04-22 21:14:15 +07:00
src GLideNUI-wtl: Match Qt GUI 1:1 2020-04-22 21:14:15 +07:00
translations Add compiled translations. 2020-01-02 15:08:20 +07:00
.gitignore Threaded GLideN64 calls 2019-04-08 10:51:18 +07:00
.travis.yml Switch Travis from Trusty to Xenial. 2019-04-12 17:01:10 +07:00
appveyor.yml Add compiled translations. 2020-01-02 15:08:20 +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.