Stefan
4e28bf62b9
m64p: add ridge racer to FBEMU_whitelist
...
Enables rear-view mirror.
2016-09-01 19:51:13 +02:00
gizmo98
f4c288a7be
m64p: some modifications
...
common:
-use „-flto“. All mupen64plus plugins use OPTFLAGS = -flto. We
overwrite OPTFLAGS with our CFLAGS until now.
x86:
-add CXD4 and Z64 RSP LLE plugins
-add GLideN64 LLE mode. Allows for example SW Rogue Squadron to start
up.
-add GLideN64 Intel OGL3.3 graphics workaround. This workaround should
be obsolete when Ubuntu 16.04.2 arrives (new mesa 12.1 with OGL4.3
support).
-enable SSSE3 optimizations. Even ten year old CPUs support this
extension.
2016-08-28 18:15:10 +02:00
gizmo98
6f8e53cd0a
Add missing header
2016-08-28 11:21:54 +02:00
gizmo98
a352afbe22
mupen64plus: fix majoras mask
...
Screen flickers if UseNativeResolutionFactor=1 is set
2016-08-24 20:57:22 +02:00
gizmo98
2d14c2f49b
mupen64plus: Update gliden64 configuration
...
https://github.com/gonetz/GLideN64/pull/1087/files
2016-08-16 18:44:52 +02:00
Stefan
a1718c4108
mupen64plus-GLideN64: disable legacy blending for DK64
...
https://github.com/gonetz/GLideN64/issues/1070
2016-08-14 17:04:19 +02:00
Jools Wills
95b8047ddf
muen64plus - launch script changes
...
* use find to avoid errors when no js connected
* simplify device_num extraction
2016-08-11 02:16:32 +01:00
Jools Wills
4700579d9d
mupen64plus - Don’t add highres options for video plugins which do not use --resolution startup parameter - thanks to gizmo - fixes #1627
2016-08-11 02:08:03 +01:00
Stefan
f3478b2bf0
mupen64plus-glesn64: Exclude beetle adventure racing
2016-08-09 07:14:14 +02:00
Jools Wills
e96b056d26
mupen64plus - add resolution parameter and highres emulator options
2016-08-07 11:48:39 +01:00
gizmo98
f15a678a9f
mupen64plus: cleanup cases
2016-08-06 13:22:25 +02:00
gizmo98
48ea29be81
mupen64plus: cleanup startup script
...
Use case for video plugins.
2016-08-06 12:02:02 +02:00
gizmo98
27951ab5ab
mupen64plus: add game blacklist
...
Certain games crash the system or do not work with any video plugin.
2016-08-06 11:39:26 +02:00
Jools Wills
e9c73f81af
cosmetic - trailing spaces
2016-07-29 02:38:48 +01:00
Jools Wills
75a547b012
mupen64plus - workaround 8bitdo controllers button ids that need -11 hack
2016-07-29 02:38:44 +01:00
Jools Wills
00dc3ab961
mupen64plus - de-duplicate getBind function
2016-07-29 02:11:48 +01:00
gizmo98
5a14603637
mupen64plus: enable FBEmulation for more games
...
-enable FBEmulation for Majora’s Mask and 1080 Snowboarding
-set nativeResFactor for Conker and Banjo Kazzoie
2016-07-21 17:16:21 +02:00
gizmo98
a16446dd50
mupen64plus: add legacy blending
...
-enable legacy blending if possible (speed)
-enable FBEmulation for killer instinct and jet force gemini
-push config version to 12
2016-07-18 20:53:49 +02:00
Jools Wills
d68f880c3d
reverse return code of getAutoConf
2016-07-16 15:49:31 +01:00
Stefan
e91d541f48
mupen64plus: enable FBEmulation for more games
...
-Beetle Adventure Racing
-Mario Tennis
-Mario Golf
2016-07-12 18:00:57 +02:00
Stefan
0d29e5f84b
mupen64plus updates ( #1568 )
...
* Enable some GLideN64 optimizations again.
* Use audio omx as default audio plugin.
* Add audio plugin switch if internal rpi audio device is not used.
* Add GLideN64 FBEmulation enable switch for certain games (Zelda,
Rayman, Pokemon, Diddy Kong Racing etc.).
* Make mupen64plus.cfg editing more secure. Add section if section does
not exists.
* Take care ScreenshotPath, SaveStatePath and SaveSRAMPath stay the same
even if you delete mupen64plus.cfg.
* Fix startup script for other platforms.
2016-07-11 20:18:00 +01:00
Stefan
b131caad93
Optimize mupen64plus ( #1563 )
...
* Default render resolution is 320x240 for best performance. Use dispmanx to upscale video.
* Use GlideN64 as default video plugin.
* Update GlideN64 configVersion.
-Enable FBEmulation even if there are some games with problems.
2016-07-08 18:42:06 +01:00
Jools Wills
c95ce27e3c
clean up backlist comparison so it is case insensitive
2016-07-03 20:16:25 +01:00
gizmo98
70ee277e61
Add Opt Out autoconf functionality
...
-use /configs/all/autoconf.cfg to enable/disable autoconf functionality.
-add two new functions to add set read config file content.
-add functions to mupen64plus and reicast modules.
2015-12-07 17:37:24 +00:00
Jools Wills
fc633ffa8b
cosmetic - indent arrays as with other code
2015-12-02 19:41:38 +00:00
Jools Wills
fd873cc327
use configdir variable instead of hardcoding paths
2015-12-02 19:37:24 +00:00
Stefan
30c60d4f74
mupen64plus.sh: add video plugin fallback
...
Add video plugin fallback to prevent black screen of death. Certain games crash glesn64 video plugin. Raspberry pi must be reset.
2015-12-02 18:54:28 +01:00
Stefan
ad07402ba0
mupen64plus.sh: refinement
...
Add audio switch for "audio output=auto" setting. Use tvservice to get the current video device.
2015-11-29 10:31:40 +01:00
Stefan
bc5de20779
mupen64plus.sh: refinement
...
Multi controller setup:
Don't add a second comma if last retroarch auto config file had no hotkeys/bind.
2015-11-29 10:24:21 +01:00
Stefan
59d92a3cac
mupen64plus.sh: add audio switch
...
Set OMX plugin output if amixer cget numid=3 value is 1/2.
Don't do anything if auto audio output (values=0) is set.
2015-11-28 15:13:59 +01:00
Jools Wills
a9da023314
unify the various copies of the ini processing functions, installing them to $rootdir/lib/inifuncs.sh for use by inputconfiguration.sh / runcommand.sh / mupen64plus hotkey scripts.
2015-11-26 00:01:36 +00:00
gizmo98
8009d10599
mupen64plus: add hotkey remapping
2015-11-25 20:06:29 +00:00