Commit Graph

2210 Commits

Author SHA1 Message Date
qwertymodo
0e6b86d00e Fix MSU-1 audio file read loop 2016-11-03 14:56:46 -07:00
Brandon Wright
8dd1ef0047 Merge branch 'msu1' of github.com:snes9xgit/snes9x into msu1 2016-11-03 15:48:14 -05:00
Brandon Wright
91790a5e08 Generate sample example. 2016-11-03 15:47:33 -05:00
qwertymodo
f1d07c7572 Actually mix MSU sample instead of adding the DSP twice. 2016-11-03 13:17:12 -07:00
qwertymodo
7c86cfd3e0 Merge remote-tracking branch 'refs/remotes/origin/msu1' into msu1 2016-11-03 13:12:40 -07:00
qwertymodo
f13676cfd3 Fix MSU-1 sample buffer size 2016-11-03 13:10:01 -07:00
Brandon Wright
1f7926c48b Loop over sample size, not buffer size. 2016-11-03 14:55:57 -05:00
Brandon Wright
782bdeb2eb Whoops. shrink_buffer_size is undefined unless 8-bit or Mono is used. 2016-11-03 14:53:13 -05:00
Brandon Wright
962c372547 Merge branch 'msu1' of github.com:snes9xgit/snes9x into msu1 2016-11-03 14:50:11 -05:00
Brandon Wright
add3a16f25 Increase buffer size. Don't use sizeof on heap buffer (returns pointer size). 2016-11-03 14:45:20 -05:00
qwertymodo
14633dec3f Add copyrights 2016-11-03 12:43:07 -07:00
qwertymodo
4a7d40e94e Fix compilation of wchar string literals 2016-11-03 12:28:45 -07:00
qwertymodo
3c0f6bfdee Begin adding MSU-1 support. Data streaming is working in Windows, audio streaming is not. 2016-11-03 11:40:47 -07:00
OV2
09df5e1406 Win32: register for all device changes, ignore problematic message 2016-10-20 21:44:11 +02:00
Brandon Wright
1661fc838c Add copyrights. 2016-10-15 11:31:26 -05:00
OV2
83bd6f3507 Win32: update compile instructions 2016-10-15 02:20:34 +02:00
Brandon Wright
a7a80bd86f Update changes.txt 2016-10-14 13:32:46 -05:00
Brandon Wright
83b7e28cec Bump version number to 1.54.1. 2016-10-14 13:18:25 -05:00
Brandon Wright
72741acef2 Use c++11 if available. 2016-10-14 13:10:24 -05:00
Brandon Wright
ca3b84826e Use UTF-8 encoding for xbrz, not WIN1251. 2016-10-14 12:41:42 -05:00
OV2
6f2fe7e52b Win32: do not also assign down left to down right 2016-10-12 21:50:54 +02:00
OV2
9118cf0c68 Win32: correctly save window when toggling fullscreen 2016-10-12 21:50:54 +02:00
OV2
d244da6890 Win32: update version in readme 2016-10-12 21:50:54 +02:00
Brandon Wright
6c70563b85 Add Makefile.common 2016-10-11 17:25:03 -05:00
Brandon Wright
caedd7c94a Add translators. 2016-10-10 16:21:46 -05:00
OV2
5e2148da2b Changelog update 2016-10-10 20:58:47 +02:00
OV2
09ffc054eb Win32: Update executable version 2016-10-10 20:58:18 +02:00
Brandon Wright
1bcc0f1d49 Note full Spanish translation. 2016-10-09 21:07:03 -05:00
Brandon Wright
8f18796d4b First draft changelog update. 2016-10-09 21:00:39 -05:00
Brandon Wright
2d0c3cffe5 Translate the new strings to spanish to keep 100% completion. 2016-10-09 10:23:34 -05:00
Brandon Wright
5578fe77d7 Try and fail stateman init to clear buffer if newly disabled. 2016-10-08 22:10:05 -05:00
Brandon Wright
e018acf285 Allow adjustment of rewind settings from preferences. 0 buffer size disables (default). 2016-10-08 22:04:46 -05:00
Brandon Wright
7223e2283e Save rewind variables to config file. Rename rewind variables to fit port style. Set default rewind buffer to 0. 2016-10-08 21:33:34 -05:00
Brandon Wright
5dd5d9ba74 Fix tabulation glitch with rewind shortcut box. 2016-10-08 21:19:04 -05:00
Brandon Wright
27cf1b4f47 Merge branch 'juhalaukken-master' 2016-10-08 21:16:27 -05:00
Brandon Wright
90be7fb762 Merge branch 'master' of http://github.com/juhalaukkanen/snes9x into juhalaukken-master 2016-10-08 21:15:45 -05:00
Brandon Wright
720827a479 Fix xbrz to compile on non-win32, fix GTK+ port to use new xBRZ. 2016-10-08 21:06:15 -05:00
Brandon Wright
d506501d54 Compile with C++11 support. 2016-10-08 21:05:53 -05:00
OV2
d81c0a68d3 Win32: fix relative includes for cg shader passes 2016-10-08 23:07:02 +02:00
OV2
ae201d0bf5 libretro: merge changes from libretro repo 2016-10-08 21:34:18 +02:00
OV2
f060f06d31 Win32: switch to VS2015 2016-10-08 17:52:23 +02:00
OV2
357fead53b Fix multicart loading with only one cart 2016-10-07 23:57:02 +02:00
OV2
26914fa9b0 Win32: update xbrz 2016-10-07 23:57:02 +02:00
Brandon Wright
ddb1527236 Bump OV2 Windows port copyright. 2016-10-07 12:53:18 -05:00
Brandon Wright
9e490f9529 Bump version number in unix port. 2016-10-07 12:51:43 -05:00
Brandon Wright
f1600baa5e Fix Japanese translation issue. Bump to 1.54 in configure.ac. 2016-10-07 12:49:59 -05:00
Brandon Wright
006fc22ebb Add byuu copyright for his S-SMP 2016-10-07 12:47:07 -05:00
Brandon Wright
309ef1f1a4 Bump Gtk+ port minor version number. 2016-10-07 12:37:39 -05:00
Brandon Wright
920cd52a4f Merge branch 'master' of github.com:snes9xgit/snes9x 2016-10-02 19:42:31 -05:00
Brandon Wright
17f83a0806 Fix sizing when using GDK hidpi scaling with OpenGL or Xv. 2016-10-02 19:41:42 -05:00