Commit Graph

34117 Commits

Author SHA1 Message Date
aliaspider
f51f17ce22 (WiiU) flush all tasks each loop. fixes savestates. 2016-11-13 16:46:24 +01:00
aliaspider
7dab3ea378 (WiiU) audio quality/latency tweaks. 2016-11-13 16:42:43 +01:00
aliaspider
fc82e91465 (WiiU) increase audio volume. 2016-11-12 08:36:00 +01:00
aliaspider
dddff81d3a (WiiU) fix clicking artifatcs: endOffset was actually the last played
sample and not the looping/end offset.
2016-11-12 07:53:50 +01:00
aliaspider
9ecd8b18e0 (WiiU) set swap interval to 1 when vsync is active. 2016-11-10 15:11:33 +01:00
aliaspider
158fd3404e (WiiU) enable blending. 2016-11-10 14:24:44 +01:00
aliaspider
6f7f6a363b (WiiU) only wait for vsync when not missed. 2016-11-10 14:24:20 +01:00
aliaspider
e268630b84 (WiiU) skip bad vpad reads. 2016-11-10 13:03:40 +01:00
aliaspider
225edffce1 (WiiU) fix wiiload script. 2016-11-10 08:32:45 +01:00
aliaspider
deb9ea4453 (WiiU) netlog scripts. 2016-11-09 14:28:39 +01:00
aliaspider
dbd8a87ebb (WiiU) can compile as rpx. (doesn't exit properly) 2016-11-09 14:26:38 +01:00
aliaspider
79192c0ead (WiiU) video: set swap interval to 0 when nonblocking.
add an fps log.
2016-11-08 10:51:07 +01:00
aliaspider
8b07cf5fd6 (WIIU) calling FSFlushFile each write doesn't seem to be necessary
anymore.
2016-11-08 09:51:05 +01:00
aliaspider
2abc9c7ef9 (WIIU) Home button can now trigger the main menu too. 2016-11-08 09:31:46 +01:00
aliaspider
b8330e2a73 (WIIU) configure logger ip in makefile. 2016-11-08 09:25:20 +01:00
twinaphex
65cd75e346 Translate string 2016-11-08 01:21:21 +01:00
twinaphex
d4b4cd92bb Translate string 2016-11-08 01:17:10 +01:00
Twinaphex
30400ef328 Merge pull request #3962 from diegoviola/master
Fix Netplay fullscreen issue
2016-11-07 23:32:29 +01:00
Twinaphex
30fb97815a Merge pull request #3964 from dankcushions/aspectratio
Display scale factor alongside Custom Viewport Height and Width
2016-11-07 23:32:06 +01:00
Brad Parker
c9727f735b update JP translation, add 2 new translatable strings 2016-11-07 17:28:26 -05:00
dankcushions
5e3d5d182a Display scale factor alongside Custom Viewport Height and Width. Eg "640 (2x)". Anything that is not a factor will display as before. Eg "641" 2016-11-07 20:11:18 +00:00
twinaphex
a41dd0e4f1 Add stub _times_r 2016-11-07 21:05:07 +01:00
Twinaphex
53b0182d53 Merge pull request #3963 from aliaspider/master
(WIIU) add a packaging script.
2016-11-07 20:18:31 +01:00
aliaspider
83d79fadab (WiiU) dist-script: add usage instructions. 2016-11-07 19:39:26 +01:00
Diego Viola
cf0c60bb98 Fix Netplay fullscreen issue
Fixes #3936
2016-11-07 16:01:18 -02:00
Jean-André Santoni
2b6d453dfa French typo 2016-11-07 18:07:07 +01:00
aliaspider
573c7f6561 (WIIU) add a packaging script. 2016-11-07 17:33:34 +01:00
Jean-André Santoni
9677b5a129 Fix iOS touch 2016-11-07 16:18:30 +01:00
aliaspider
d5a4998b47 Merge pull request #3960 from FIX94/master
more wiiu fixes
2016-11-07 02:47:18 +01:00
FIX94
4a285fd4e1 (WiiU) fixed random pixels being displayed on game start/close and exit
(WiiU) fixed touchscreen sending invalid data which broke the menu toggle
2016-11-07 02:42:12 +01:00
aliaspider
81ae6039c1 Merge pull request #3959 from FIX94/master
(WiiU) disabled log init and properly init the audio buffer with 0 on audio init
2016-11-07 00:58:51 +01:00
FIX94
88e674cf3d (WiiU) disabled log init and properly init the audio buffer with 0 on audio init 2016-11-07 00:53:52 +01:00
Alcaro
fb2dddd73e use linebreaks instead 2016-11-07 00:36:58 +01:00
Alcaro
a72c5dbdf2 use frontslashes instead 2016-11-07 00:32:42 +01:00
radius
896aaf530b use backslashes instead 2016-11-06 17:53:22 -05:00
Twinaphex
60f48324e6 Merge pull request #3957 from aliaspider/master
(WIIU) set AX as the default audio driver.
2016-11-06 23:52:27 +01:00
aliaspider
4ce8f84bac (WIIU) set AX as the default audio driver. 2016-11-06 23:42:05 +01:00
aliaspider
8bb13e12a5 Merge pull request #3956 from FIX94/master
-(WiiU) added in option to disable vsync
2016-11-06 23:37:27 +01:00
FIX94
11db939b9b -(WiiU) added in option to disable vsync 2016-11-06 23:29:54 +01:00
Twinaphex
53da2f8142 Merge pull request #3955 from aliaspider/master
(WiiU) fix audio.
2016-11-06 22:22:52 +01:00
aliaspider
0de5019fab (WiiU) clear textures on init. 2016-11-06 22:13:07 +01:00
aliaspider
eef74793f8 (WiiU) fix audio mix settings. 2016-11-06 22:12:26 +01:00
radius
2ff53a1b4d fix retroarch locking up when brought back to focus with pause in the background on 2016-11-06 14:31:02 -05:00
Twinaphex
38b3e4042d Merge pull request #3953 from aliaspider/master
(WiiU) working sound.
2016-11-06 19:18:11 +01:00
aliaspider
86763e1e26 (WiiU) implement a sound driver. 2016-11-06 19:03:41 +01:00
aliaspider
5a17f0ba3c add missing copyright notice. 2016-11-06 19:03:08 +01:00
aliaspider
e5a07a406a (WIIU) cleanup debug code from the video driver. 2016-11-06 18:59:50 +01:00
aliaspider
a0383e6b6a (WIIU) keep the dynlib handles. 2016-11-06 18:59:39 +01:00
twinaphex
aaefa8d59e (wayland_ctx.c) Prevent implicit memsets 2016-11-06 18:47:50 +01:00
twinaphex
695ff2a299 (sdl_gl_ctx.c) Prevent some implicit memsets 2016-11-06 18:44:55 +01:00