OV2
|
94aeaaca9d
|
Merge pull request #147 from loganmc10/patch-1
Fix libretro build
|
2016-11-15 19:23:57 +01:00 |
Logan McNaughton
|
695e2748b8
|
Add cortex-a53 to libretro Makefile
|
2016-11-15 11:23:09 -07:00 |
Logan McNaughton
|
7bd6a64ed8
|
Fix libretro build
|
2016-11-15 11:16:34 -07:00 |
qwertymodo
|
c2b832db2e
|
Merge branch 'msu1'
|
2016-11-14 15:03:23 -08:00 |
qwertymodo
|
8dba3d447e
|
MSU-1: Fix audio error flag
|
2016-11-14 14:58:35 -08:00 |
luigiblood
|
f9e457ea3b
|
[BS-X] Read/Write Memory Pack Fixes
|
2016-11-14 20:28:32 +01:00 |
Brandon Wright
|
bb7df011ff
|
Revert "Fix compilation of wchar string literals"
This reverts commit 4a7d40e94e .
|
2016-11-14 13:19:53 -06:00 |
qwertymodo
|
7bae4a1d6f
|
Add MSU-1 to libretro build
|
2016-11-14 13:19:22 -06:00 |
Brandon Wright
|
f7ac233216
|
Revert "Add msu1.cpp to libretro build."
This reverts commit dcf97e92cd .
|
2016-11-14 13:18:44 -06:00 |
Brandon Wright
|
27e6bc1b01
|
Merge branch 'msu1'
|
2016-11-14 13:12:00 -06:00 |
Brandon Wright
|
dcf97e92cd
|
Add msu1.cpp to libretro build.
|
2016-11-14 13:10:13 -06:00 |
qwertymodo
|
0018638d3d
|
Add MSU-1 to libretro build
|
2016-11-14 11:10:08 -08:00 |
Brandon Wright
|
a94fc6e803
|
Don't use typed enums from C++11 in core.
|
2016-11-14 13:09:47 -06:00 |
luigiblood
|
4c9feadc63
|
[BS-X] MultiCart Loading for games with Memory Pack support
I found out that my code only really works with HiROM games.
Maker games have issues since sx2 fork.
|
2016-11-14 16:32:05 +01:00 |
Brandon Wright
|
0703abf5cd
|
Fix API incompatibility between minizip versions.
|
2016-11-11 14:59:18 -06:00 |
bearoso
|
8d48a66235
|
Merge pull request #144 from Polynomial-C/master
Introduce --with-system-zip configure flag to use system zip (minizip)
|
2016-11-11 14:43:58 -06:00 |
Lars Wendler
|
def3936a53
|
Introduce --with-system-zip configure flag to use system zip (minizip)
if available.
|
2016-11-11 18:26:59 +01:00 |
OV2
|
b7cdf60b06
|
Do not change mute state when restoring state
|
2016-11-08 22:38:04 +01:00 |
luigiblood
|
38b95261d0
|
[BS-X] Added *.bs extension detection
|
2016-11-08 18:51:00 +01:00 |
luigiblood
|
cf00193655
|
[BS-X] Memory Pack Type 1 emulation
|
2016-11-08 14:56:32 +01:00 |
luigiblood
|
115c513424
|
[BS-X] Fix Memory Mapping, Force BS-X boot
|
2016-11-08 14:34:53 +01:00 |
qwertymodo
|
ded20db036
|
Add MSU-1 to unix build.
|
2016-11-07 18:55:39 -08:00 |
qwertymodo
|
781124189c
|
Fix MSU-1 audio resume.
|
2016-11-07 16:00:46 -08:00 |
qwertymodo
|
dd0d4419e7
|
Use escaped backslash for win32 paths.
|
2016-11-07 11:28:33 -08:00 |
qwertymodo
|
941ce40193
|
Clean up MSU-1 audio file derivation.
|
2016-11-07 11:18:32 -08:00 |
qwertymodo
|
0832528d9f
|
Add MSU-1 to snapshots.
|
2016-11-07 11:03:37 -08:00 |
OV2
|
bc2a3bce75
|
Do not change pause state when savestating
|
2016-11-06 22:27:50 +01:00 |
OV2
|
42f751da4a
|
Assert on uneven sample count
|
2016-11-06 22:05:54 +01:00 |
OV2
|
a76837a4f2
|
win32: make sure sample count is even
|
2016-11-06 22:05:10 +01:00 |
qwertymodo
|
fb24fc63ba
|
Add msu1.h/cpp to VS project file
|
2016-11-06 12:21:56 -08:00 |
Brandon Wright
|
38e8717ef3
|
Add back time ratio change. Buffer levels are stable, so this is mathematically correct.
|
2016-11-04 14:39:30 -05:00 |
qwertymodo
|
2354bbb2ae
|
Merge branch 'msu1' of https://github.com/snes9xgit/snes9x into msu1
|
2016-11-03 19:16:06 -07:00 |
qwertymodo
|
07ce784c1b
|
Fix looping and (partly) resume.
|
2016-11-03 19:14:45 -07:00 |
Brandon Wright
|
94ba90082b
|
Revert input rate change. Causes desync.
|
2016-11-03 19:17:50 -05:00 |
Brandon Wright
|
519f3ccd00
|
Make sure buffer size takes into account proper ratio. Set MSU1 resampler relative to input rate.
|
2016-11-03 18:53:38 -05:00 |
qwertymodo
|
80d9ee7a97
|
MSU-1 audio streaming now works, but it pops.
|
2016-11-03 16:37:12 -07:00 |
OV2
|
1fb5d790e3
|
win32: differentiate between left and right special keys
|
2016-11-04 00:02:27 +01:00 |
qwertymodo
|
024d92086a
|
Merge branch 'msu1' of https://github.com/snes9xgit/snes9x into msu1
|
2016-11-03 15:33:14 -07:00 |
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 |