Daryl Borth
|
53cf729fa8
|
simplify logic for controller analog sticks
|
2018-08-30 16:09:31 -06:00 |
|
Daryl Borth
|
c64e7a2f70
|
if arguments are passed to the emu to autoboot a game, then the main
menu button should be labelled Exit, and leave the emu instead of going
back to the main menu. cleanup autoboot code.
|
2018-08-30 10:11:11 -06:00 |
|
Daryl Borth
|
eabe325fb0
|
restore changes lost from 2.3.0 core upgrade (GameCube virtual memory,
optimizations from dancinninjac, GB color palettes, rotation/tilt for
WarioWare Twisted, in-game rumble)
|
2018-08-29 20:55:36 -06:00 |
|
Daryl Borth
|
87995ca4f1
|
finalize 2.3.7
|
2018-08-28 15:57:17 -06:00 |
|
Daryl Borth
|
16181ef6b9
|
avoid using file stat when possible. it's slow.
|
2018-08-28 15:02:35 -06:00 |
|
Daryl Borth
|
b738b86176
|
speed up returning to menu from in-game
|
2018-08-27 10:40:21 -06:00 |
|
Daryl Borth
|
b861ecb77b
|
fix video sparkles when emu first loads
|
2018-08-27 10:08:44 -06:00 |
|
Daryl Borth
|
13e16c3246
|
increase memory for mem2 manager
|
2018-08-27 10:04:33 -06:00 |
|
Daryl Borth
|
85217f4c0d
|
prevent overrunning the file buffer (eg: loading a game cover image
that's too big). increase buffer size to load larger IPS/UPS files.
|
2018-08-27 09:34:42 -06:00 |
|
Daryl Borth
|
633bca15af
|
add missing 2 button trigger for Emulation button
|
2018-08-26 20:36:36 -06:00 |
|
Daryl Borth
|
a4b9c08436
|
change some defaults
|
2018-08-26 20:33:52 -06:00 |
|
Daryl Borth
|
c0ac5468cd
|
fix the game browser extending too far right, fix border color on game
preview box. restore video settings to same defaults used by other emus.
|
2018-08-26 16:58:45 -06:00 |
|
Daryl Borth
|
43e84a299e
|
make GUI element positioning consistent with snes9x gx
|
2018-08-26 16:24:21 -06:00 |
|
Daryl Borth
|
e4f0938c2f
|
restore OSK string safety fixes that got clobbered
|
2018-08-26 16:23:09 -06:00 |
|
Daryl Borth
|
6857a8a9e5
|
fix joystick calculations
|
2018-08-16 14:00:36 -06:00 |
|
Daryl Borth
|
0628025164
|
fix invalid sRGB profile on image
|
2018-08-16 09:23:43 -06:00 |
|
dborth
|
220326cd47
|
Merge pull request #354 from aplumafreak500/detect_wupc
Re-add WUPC
|
2018-08-16 08:44:38 -06:00 |
|
aplumafreak500
|
e53146d0f9
|
Seperate WUPC and CC in mapping assignment
|
2018-08-15 13:24:27 -04:00 |
|
aplumafreak500
|
950d7a522a
|
Oops again... Fixed switched WUPC and CC defines
|
2018-08-15 13:21:05 -04:00 |
|
Daryl Borth
|
7dd08ac408
|
add DSP halt/unhalt when switching between sound modes
|
2018-08-14 15:40:43 -06:00 |
|
aplumafreak500
|
acc356bd03
|
Move WUPC detection up a little
|
2018-08-14 17:29:07 -04:00 |
|
aplumafreak500
|
97a776df32
|
Oops, wrong Nunchuk constant
|
2018-08-14 17:27:10 -04:00 |
|
aplumafreak500
|
896911c279
|
Re-add WUPC
Can detect the "type" of a Classic Controller, 2 = WUPC (1 = CCP, 0 = legacy CC)
|
2018-08-14 17:20:22 -04:00 |
|
Daryl Borth
|
3f080d6208
|
compress music and images, fix invalid sRGB profile
|
2018-08-14 10:34:19 -06:00 |
|
dborth
|
a36630d4cd
|
Merge pull request #353 from bladeoner/master
Update build to version 2.3.7
|
2018-08-14 10:26:48 -06:00 |
|
bladeoner
|
9559a1cdee
|
Update build to version 2.3.7
|
2018-08-14 18:11:29 +02:00 |
|
Daryl Borth
|
a23512ef5e
|
update release notes
|
2018-08-04 13:29:35 -06:00 |
|
Daryl Borth
|
50413d4e53
|
automatically create preview image dirs if they don't exist
|
2018-08-02 11:28:16 -06:00 |
|
Daryl Borth
|
f4d6743273
|
compiles on latest devkitPPC/libogc. Note: crashes as soon as wiimote is
connected with the freetype portlib supplied by devkitPPC. using an
older freetype works.
|
2018-08-02 10:34:01 -06:00 |
|
Daryl Borth
|
e52829994b
|
remove wiiupc since libogc wiiuse now supports WiiU Pro controller.
remove update check completely. compatibility fixes for newer devkitppc.
|
2018-08-01 12:41:41 -06:00 |
|
dborth
|
e588477fce
|
Merge pull request #352 from libertyernie/allow-two-arguments
Allow loader to pass 2 arguments instead of 3 for autoload
|
2018-07-30 12:08:39 -06:00 |
|
dborth
|
f792c201df
|
Merge pull request #351 from libertyernie/fix-compile-new-libs
Fix compilation errors with latest libraries
|
2018-07-30 12:08:30 -06:00 |
|
libertyernie
|
3039ff7f5e
|
Allow loader to pass 2 arguments instead of 3 for autoload
|
2018-07-28 16:27:48 -05:00 |
|
libertyernie
|
72fee232c7
|
Fix compilation errors with latest libOGC/devkitPPC
(Partially ported from snes9xgx: a417745817 )
|
2018-07-28 16:26:19 -05:00 |
|
dborth
|
7ea8a271b2
|
Merge pull request #350 from FIX94/patch-1
Update preferences.cpp
|
2018-03-13 20:02:19 -06:00 |
|
FIX94
|
c6fb52762b
|
Update preferences.cpp
on wii, it tries to access 5 elements even though filepath only holds 4, meaning it overwrites part of the stack leading to random crashes etc.
|
2018-03-08 01:59:43 +01:00 |
|
askotx
|
221a547c3e
|
Merge pull request #346 from askotx/master
-Restore: don't reset settings when going back to an older version
|
2016-12-11 22:24:47 -07:00 |
|
Askot
|
267771704a
|
-Restore: don't reset settings when going back to an older version
-Adjust to display more options to GB Hardware type
|
2016-12-11 22:05:25 -07:00 |
|
askotx
|
6865461f14
|
Merge pull request #345 from askotx/master
Take some updates from https://github.com/askotx/vba-wii
|
2016-12-11 17:03:40 -07:00 |
|
Askot
|
4e8e78f416
|
Remove unused option
|
2016-12-10 21:29:06 -07:00 |
|
Askot
|
bc3cda6ae8
|
-Restored Wiiflow mode plugin by fix94
-Restored fix filebrowser window overlapping
-Change all files End Of Line to windows mode
-Remove update check for updates
|
2016-12-10 21:20:35 -07:00 |
|
Daryl Borth
|
2d11edbce8
|
disable menu sound
|
2016-12-10 14:40:50 -07:00 |
|
Daryl Borth
|
d92d2ca8f3
|
hide saving dialog that pops up briefly when returning from a game. bump
version.
|
2016-12-10 13:53:14 -07:00 |
|
Daryl Borth
|
5812be3d01
|
add missing image
|
2016-12-10 13:47:57 -07:00 |
|
Daryl Borth
|
2a0a8c2d6c
|
merging changes from Zopenko from 2.3.4
|
2016-12-10 13:47:27 -07:00 |
|
Daryl Borth
|
0f46c1c3f3
|
add to gitignore
|
2016-06-25 15:14:12 -06:00 |
|
Daryl Borth
|
f2e2ce7314
|
revert some unnecessary changes
|
2016-06-25 14:08:01 -06:00 |
|
Daryl Borth
|
82208a31d1
|
update readme
|
2016-06-25 11:23:49 -06:00 |
|
Daryl Borth
|
da236e5f1a
|
change update URL
|
2016-06-25 10:56:20 -06:00 |
|
Daryl Borth
|
40f7efd9c3
|
updating credits
|
2016-06-24 21:38:00 -06:00 |
|