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

14 Commits

Author SHA1 Message Date
gizmo98
c92f5fc9d9 rpi: disable framebuffer emulation
There is a black screen if frame buffer emulation is used: #605
2015-10-09 22:39:50 +06:00
Sergey Lipskiy
f59840250c Enable shaders storage by default. 2015-10-08 22:54:36 +06:00
Sergey Lipskiy
209f5dcdb0 Rename shaderStorage config option to enableShadersStorage. 2015-10-08 22:54:34 +06:00
Sergey Lipskiy
f5fbee0623 Remove common shader storage option as potentially dangerous. 2015-10-08 22:54:23 +06:00
Sergey Lipskiy
0482212f10 Add shaderStorage config option.
Support it for mupen64plus.
2015-10-08 22:54:10 +06:00
purplemarshmallow
3caa176063 disable depth buffer emulation by default 2015-09-29 21:41:41 +02:00
Sergey Lipskiy
2604b57bf1 Remove ValidityCheckMethod from config and UI.
Up config version.
2015-08-27 19:44:19 +06:00
Gillou68310
ef46331c39 Add config option to change polygon offset values 2015-07-24 13:20:04 +06:00
ptitSeb
f953e235c4 Pandora support 2015-05-31 18:26:08 +02:00
Sergey Lipskiy
be5695bea7 Make TextDrawer compatible with Android. 2015-05-30 20:38:53 +06:00
Sergey Lipskiy
2b0db06858 Add Android compatible wrapper for wcscat and wchar_t* constant strings. 2015-05-29 20:51:19 +06:00
Sergey Lipskiy
2c7184cab6 Add PluginAPI functions: GetUserDataPath() and GetUserCachePath().
New functions are used for texture library initialization.
GetUserDataPath() returns default folder to search for hi-res texture packs.
GetUserCachePath() returns folder to store texture cache.

Mupen64Plus implementation: use system ConfigGetUserDataPath() and ConfigGetUserCachePath().
Windows implementation: just return FindPluginPath() for both functions.

Note: behaviour of Mupen64Plus changed.
Previously the emulator's folder was default path for hires textures and texture cache.
Now default path is system dependent.
For Windows it will be %HOME%\AppData\Roaming\Mupen64Plus
2015-05-23 17:53:08 +06:00
Sergey Lipskiy
4d87fb6833 Impelent new fb validity check method:
copy RDRAM content to a buffer and compare by content.
2015-05-13 10:21:50 +06:00
Sergey Lipskiy
52d68d1389 Move all sources to src folder. 2015-05-13 10:21:32 +06:00