Commit Graph

36477 Commits

Author SHA1 Message Date
Brad Parker
18f78613ae Merge branch 'wav_loader' 2017-01-27 11:13:28 -05:00
Brad Parker
9c9fc5b765 16-bit samples don't need conversion from 8-bit 2017-01-27 11:12:45 -05:00
Brad Parker
d7aaab7a33 fixes 2017-01-26 21:20:59 -05:00
Brad Parker
9cf4562f26 fix memory allocation 2017-01-26 18:46:50 -05:00
aliaspider
d40541c340 (WiiU) provide salamander's basename in
frontend_driver_get_salamander_basename.
2017-01-26 15:07:11 +01:00
twinaphex
ac75cd2820 Another buildfix 2017-01-26 14:16:03 +01:00
twinaphex
fa5f678444 Merge branch 'susemm-master' 2017-01-26 14:14:24 +01:00
twinaphex
5c88e4dfb1 Merge branch 'master' of git://github.com/susemm/RetroArch into susemm-master 2017-01-26 14:13:57 +01:00
Your Name
01b01c5deb keep chs stracture same as us, move menu items to 2017-01-26 14:22:09 +08:00
Brad Parker
6a79a81e4d allocate enough memory for resampler, always put two channels into buffers 2017-01-26 00:59:53 -05:00
twinaphex
8d863bde3d (ALSA) Call snd_pcm_hw_params_set_rate_resample 2017-01-26 04:42:56 +01:00
twinaphex
d5db559d38 (PS3) Buildfix 2017-01-26 04:26:19 +01:00
Twinaphex
29b59d8681 Merge pull request #4512 from GregorR/netplay-deinit-disable-2
Only disable netplay in deinit_netplay if it was actually on
2017-01-26 04:18:21 +01:00
Gregor Richards
12e8deedb4 Only disable netplay in deinit_netplay if it was actually on 2017-01-25 22:08:05 -05:00
twinaphex
d0f3973ea5 Cleanups 2017-01-26 03:54:38 +01:00
twinaphex
d9ee401305 (XMB) Cut down on function calls 2017-01-26 03:46:05 +01:00
Twinaphex
598f85bef3 Merge pull request #4511 from GregorR/netplay-deinit-disable
Set netplay_enabled to false during deinit_netplay
2017-01-26 03:27:28 +01:00
Gregor Richards
263470a66c Set netplay_enabled to false during deinit_netplay
This simply prevents the odd behavior of netplay automatically
restarting, or trying to restart, when you load a new game.
2017-01-25 21:23:55 -05:00
twinaphex
bdaf00032e Add comments 2017-01-26 02:49:42 +01:00
twinaphex
eacac11abd Add more documentation to audio_driver.h 2017-01-26 02:36:48 +01:00
twinaphex
f763dc0a1e Add msvc-2015 solution courtesy of spec-chum 2017-01-26 01:56:51 +01:00
twinaphex
020ef3cfa1 (XAudio2) Buildfix 2017-01-26 01:23:44 +01:00
Twinaphex
45661d8348 Merge pull request #4509 from aliaspider/master
(WiiU) fix a crash when using libfat with dkp r29.
2017-01-25 23:56:00 +01:00
Twinaphex
3eb2eb95f2 Merge pull request #4510 from fr500/master
Netplay frontend fix
2017-01-25 23:55:48 +01:00
fr500
29a1d504d7 allow different server ports again 2017-01-25 17:48:43 -05:00
fr500
af14da93d5 fix whitespace 2017-01-25 17:43:56 -05:00
fr500
c097c2062e fix when port is 0 2017-01-25 17:43:17 -05:00
aliaspider
292d4dd3da (WiiU) fix a crash when using libfat with dkp r29. 2017-01-25 23:32:06 +01:00
Brad Parker
f8ad1c6622 use aligned memory buffers 2017-01-25 17:30:15 -05:00
twinaphex
9f294ec99f (xmb) Move global variable 2017-01-25 22:50:39 +01:00
Twinaphex
859eff1f0f Merge pull request #4508 from aliaspider/master
(WiiU) add core loading.
2017-01-25 20:34:37 +01:00
aliaspider
1ebd8ab278 (WiiU) update dist script. 2017-01-25 20:20:56 +01:00
aliaspider
8f88d8fb4d (WiiU) implement the missing requirement for core loading: exec,
exitspawn, set_fork and salamander.
2017-01-25 19:52:31 +01:00
twinaphex
31fab19797 Cleanups 2017-01-25 18:43:04 +01:00
twinaphex
0d3703bc13 (Vita) Buildfix 2017-01-25 18:39:55 +01:00
twinaphex
0a7538f1b8 Create menu_display_get_fb_size 2017-01-25 18:32:16 +01:00
twinaphex
374fd57270 Remove the few performance counters that depend on runloop_ctl 2017-01-25 18:15:58 +01:00
twinaphex
44ef975e7a (audio_driver.c) Small refactorings 2017-01-25 18:01:01 +01:00
twinaphex
77cdc9d550 Another refinement 2017-01-25 17:52:58 +01:00
twinaphex
da891b97b2 Fix logically dead code warning 2017-01-25 17:52:38 +01:00
twinaphex
e74853750b (audio driver) Pass is_perfcnt_enable boolean variable to audio
driver write function
2017-01-25 17:30:50 +01:00
Brad Parker
3c67b2e547 translate netplay room strings 2017-01-25 11:30:34 -05:00
Twinaphex
7bdab3973d Merge pull request #4506 from libretro/msr_temp
More video driver/performance counter refactoring work
2017-01-25 17:14:15 +01:00
twinaphex
cdfc89b975 use perfcounter plus functions for video_thread_wrapper too 2017-01-25 17:13:29 +01:00
twinaphex
a9164b7124 Try to use performance counter plus functions in most cases 2017-01-25 17:12:43 +01:00
twinaphex
77d5a3941b Start calling performance_counter_{stop/start}_plus in case we
have is_perfcnt_enable already
2017-01-25 17:02:13 +01:00
twinaphex
727c2448b5 Refactor perfcnt macros 2017-01-25 16:59:23 +01:00
twinaphex
41349621cf Add extra param to runloop_get_status 2017-01-25 16:57:22 +01:00
twinaphex
6661c0fb94 Rewrite performance counter stop/start/init into macros 2017-01-25 16:53:06 +01:00
twinaphex
5ddcadcb2f video_monitor_get_fps only used from frame function, so get rid
of separate function
2017-01-25 16:33:44 +01:00