1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00
Commit Graph

39 Commits

Author SHA1 Message Date
Blake Warner
a054cb622b stripped unneeded files and changed default config options 2022-01-31 16:41:02 -05:00
Blake Warner
0255e10db6 native port 2022-01-29 17:22:09 -05:00
Sergey Lipskiy
71788c320d Rename Ext_TxFilter.h to TxFilterExport.h
Correct #include
2021-10-24 18:44:10 +07:00
fzurita
3d5a39e647 Add a new "fast" shader path that doesn't use texelFetch in glsl 2021-10-17 10:27:44 -04:00
fzurita
466401cd02 Update from C++11 to C++17 2021-10-12 20:30:22 +07:00
Rosalie Wanders
70a9213d69 ScreenShot: move to common windows implementation 2021-08-14 19:02:42 +07:00
Sergey Lipskiy
abb9108f14 Implement configurable hotkeys. 2020-12-02 18:14:08 +07:00
Logan McNaughton
42c196c30a Update xxHash to 0.8.0 2020-10-12 13:25:53 +07:00
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
Jj0YzL5nvJ
0e19477b6a Fix VS2013 compatibility and some other inconsistencies 2020-04-27 09:38:56 +07:00
Sergey Lipskiy
3fe5f50255 Replace env var N64PluginsDir by PJ64PluginsDirQT and PJ64PluginsDirWTL
Replace env var N64PluginsDir_64 by PJ64PluginsDirQT_64 and PJ64PluginsDirWTL_64
Update msvc project file.
Update appveyor script.
2020-04-25 20:43:30 +07:00
zilmar
5f61dd12a5 GLideNUI: make Gliden64 have rc files 2020-04-22 21:14:15 +07:00
zilmar
f2e32892a3 Add GLideNUI-wtl 2020-04-22 21:13:33 +07:00
Sergey Lipskiy
e1acebd84a Disable Whole Program Optimization because of #2098 and #2207 2020-04-16 18:18:58 +07:00
Sergey Lipskiy
41ecf66e80 Add blue-noise dithering, http://momentsingraphics.de/BlueNoise.html 2020-03-31 18:31:42 +07:00
Logan McNaughton
85a8635952 Update to XXH3 for CRC_OPT 2020-03-30 21:16:59 +07:00
Tim
ce87bf0bec Fix x64 Zilmar build 2019-11-06 14:21:36 +07:00
Sergey Lipskiy
c6deb8f7e1 Add _SCL_SECURE_NO_WARNINGS to PreprocessorDefinitions.
Fixed warnings about std::copy_n.
2019-04-09 17:58:22 +07:00
fzurita
5df3f9dbac Threaded GLideN64 calls 2019-04-08 10:51:18 +07:00
Sergey Lipskiy
03022db791 Check that RDRAM area is writable before writing buffer data into it.
Fixed Problem with Project64's protect memory option #764
2019-03-16 18:37:05 +07:00
Sergey Lipskiy
4e124fda53 Remove CRC32.h from VisualStudio project files. 2019-03-15 15:47:25 +07:00
Sergey Lipskiy
6e330311e9 Fix PostBuildEvent for 64bit build of mupen64plus. 2018-12-02 19:46:24 +07:00
zilmar
9e79ea1893 Handle msv12 better 2018-11-25 18:34:16 +07:00
zilmar
459fb32106 Revert OS_WINDOWS changes 2018-11-25 18:34:16 +07:00
zilmar
1c1589212a Some cleanup of GlideNUI 2018-11-25 18:34:16 +07:00
zilmar
ef2cd98db9 Clean up <OutDir> 2018-11-25 18:34:16 +07:00
zilmar
1a1296851b missed a file for OS_WINDOWS 2018-11-25 18:34:16 +07:00
zilmar
af1e15b658 Fix PostBuildEvent 2018-11-25 18:34:16 +07:00
zilmar
b032656919 Change <IntDir> 2018-11-25 18:34:16 +07:00
zilmar
28ed6971da Remove Release_with_debug_mupen64plus 2018-11-25 18:34:16 +07:00
zilmar
7fcb23269f Remove Debug_mupenplus_uniformset configuration 2018-11-25 18:34:16 +07:00
zilmar
35e036fa9e Finish Cleaning up GLideN64.vcxproj 2018-11-25 18:34:16 +07:00
zilmar
29462c9bad More project clean up 2018-11-25 18:34:16 +07:00
zilmar
fa04220065 Start to unify ItemDefinitionGroup 2018-11-25 18:34:16 +07:00
zilmar
54cadb9ec0 Uniform PropertyGroup 2018-11-25 18:34:16 +07:00
zilmar
a2129834b3 Unify <TargetName>mupen64plus-video-GLideN64</TargetName> 2018-11-25 18:34:16 +07:00
zilmar
1f11d4814a Unify <ImportGroup Label="PropertySheets"> 2018-11-25 18:34:16 +07:00
zilmar
b343b4c43c unify PropertyGroup Label="Configuration" 2018-11-25 18:34:16 +07:00
zilmar
2d30e12528 Rename msvc2015 to msvc 2018-11-25 18:34:16 +07:00