Tatsuya79
b238ca5d62
Update libretro.c
2018-12-04 11:27:54 +01:00
retro-wertz
b5803e0e1d
c89 compliant? ( #237 )
...
* Replace C++ comments into C comments
* Move INLINE out of Makefile.common, move to fceu-types.h
An INLINE define is still existing in Makefile.common for msvc (dont
have a way to to test that). Moved the rest into fceu-types.h using the
one already existing from emu2413.h.
* Increase maximum volume for apu channels
2018-12-03 20:25:17 -06:00
retro-wertz
829a7552f1
Audiostuff ( #236 )
...
* Add option to enable/disable audio channels
Audio options are backports from FCEUX. Options are set as on/off toggle for each apu channel.
Compile with DEBUG=1 to see options.
* Add missing audio state vars, fix for hq audio when using runahead
* Additional checks for save ram (battery)
* Cleanup
* Update libretro header
2018-11-29 19:22:36 -06:00
Twinaphex
e3362d3772
Merge pull request #234 from ehmry/master
...
Build rules for Genode platform
2018-11-26 15:25:24 +01:00
Emery Hemingway
60d6f17cea
Build rules for Genode platform
2018-11-26 11:40:37 +01:00
hizzlekizzle
495f32a0a4
Merge pull request #233 from retro-wertz/updates
...
Updates
2018-11-25 21:04:37 -06:00
retro-wertz
e07255c87c
Remove redundant memset() calls
2018-11-26 10:43:06 +08:00
retro-wertz
9d9c48007d
Add core option: RAM power up state
2018-11-25 21:45:52 +08:00
Twinaphex
684106fb3a
Merge pull request #232 from retro-wertz/updates
...
palette:Labeling and index changes
2018-11-25 02:22:56 +01:00
retro-wertz
3cd1ea0060
palette:Labeling and index changes
2018-11-25 09:01:21 +08:00
hizzlekizzle
ef60a38ef3
Merge pull request #231 from retro-wertz/patch-1
...
Fix autodetection of NES controllers
2018-11-22 22:04:17 -06:00
retro-wertz
3de40d9126
Fix autodetection of NES controllers
...
Closes https://github.com/libretro/libretro-fceumm/issues/230
2018-11-23 07:25:17 +08:00
hizzlekizzle
773c90e75a
Merge pull request #229 from retro-wertz/input
...
Update input settings, allow multi-player without matching CRC
2018-11-22 13:02:50 -06:00
retro-wertz
53b7fc4ae7
Remove leftover lines
2018-11-23 02:18:16 +08:00
retro-wertz
b929147612
Update input settings, allow multi-player without matching CRC
2018-11-23 02:01:42 +08:00
Twinaphex
efb5783234
Merge pull request #226 from Classicmods/master
...
Added Classic Platform structure - ARMv7 Cortex A7 build
2018-11-08 13:35:20 +01:00
Ryan 'Swingflip' Hamlin
3427b381f5
Finished Armv7 A7 build
2018-10-17 22:20:03 +01:00
Ryan 'Swingflip' Hamlin
6906866518
init commit
2018-10-17 16:23:43 +01:00
Twinaphex
eb17f882df
Merge pull request #225 from natinusala/libnx
...
libnx port
2018-09-29 22:16:47 +02:00
natinusala
620fb25d50
libnx port
2018-09-29 22:09:30 +02:00
Twinaphex
afd4cdf58b
Merge pull request #224 from hiddenasbestos/lightgun
...
Use lightgun API for Zapper.
2018-09-27 10:25:05 +02:00
David Walters
a9f1ef274b
Use lightgun API for Zapper.
2018-09-27 08:43:12 +01:00
meepingsnesroms
a37c3bc664
Fix null terminator buffer overflow
...
While updating my devkitARM I found this buffer overflow:
src/input/bworld.c:56:3: warning: '__builtin_memcpy' forming offset 21 is out of the bounds [0, 20] of object 'bdata' with type 'uint8[20]' {aka 'unsigned char[20]'} [-Warray-bounds]
strcpy((char*)&bdata[13], "SUNSOFT");
2018-08-15 13:29:46 -07:00
Twinaphex
67c072617b
Merge pull request #220 from misson20000/nsw-dynamic
...
NSW: dynamic cores
2018-06-21 10:44:49 +02:00
Twinaphex
b0375d3cbf
Merge pull request #222 from retro-wertz/libretro
...
Libretro
2018-06-15 06:53:06 +02:00
retro-wertz
2bca72186d
Mapper30: Backport 4-screen mirroring support
...
9b6ff8fe49
2018-06-15 11:30:23 +08:00
retro-wertz
1811ea1e06
Remove incomplete Use NTSC core option
...
Use NTSC colors option is incomplete due to missing int,hue adjustments. This can be added but there is no smooth way using core options or hotkey to selec ranges 1-256 for fine tuning
Using shaders instead can work better at this with more adjustments possible
2018-06-15 10:59:25 +08:00
retro-wertz
7439630dab
add Pro Yakyuu - Family Stadium '88 to ines-correct ( #2 ) ( #3 )
2018-06-15 10:33:43 +08:00
hizzlekizzle
a0eb81b667
Merge pull request #219 from Aftnet/master
...
Fixed UWP build
2018-06-06 20:05:28 -05:00
misson20000
f5beb2def3
NSW: dynamic cores
2018-05-30 21:40:08 -07:00
Alberto Fustinoni
9b7c2e507e
Fixed build
2018-05-31 10:01:09 +09:00
Twinaphex
82fd24e28d
Merge pull request #214 from SapphireTactician/patch-1
...
Improve Label Redux Act 2
2018-04-18 05:18:43 +02:00
SapphireTactician
9991455b69
Improve Label Redux Act 2
...
Changing name wording from what FCEUX used to @fr500 's suggestion
2018-04-17 23:17:12 -04:00
Twinaphex
652a8e6307
Merge pull request #213 from SapphireTactician/patch-1
...
Update opposing simultaneous input fix option title
2018-04-15 00:55:25 +02:00
SapphireTactician
e5b3025d24
Update option title
...
Done as per @twinaphex
2018-04-14 18:50:29 -04:00
twinaphex
674be2d5d0
Add label
2018-04-14 19:49:14 +02:00
twinaphex
3f7127a932
Add up/down allowed core option
2018-04-14 19:35:51 +02:00
twinaphex
f6db0b026b
Updates
2018-04-13 01:58:48 +02:00
Andrés
a42c1c61a2
Merge pull request #212 from webgeek1234/master
...
Refactor android jni makefiles
2018-04-06 20:36:50 -05:00
Aaron Kling
5f08fd57f9
Refactor android jni makefiles
2018-04-06 13:22:38 -05:00
twinaphex
02840d9cff
C89_BUILD fixes
2018-03-20 16:07:46 +01:00
Twinaphex
0f6f419067
Merge pull request #209 from Dwedit/master
...
Mostly complete sound savestate fix
2018-03-20 12:18:32 +01:00
Dwedit
ef6e70075f
corrected non-functional typo
2018-03-16 23:25:48 -05:00
Dwedit
a76897a920
More variables in sound state, plus first 32 words of sound buffer (needed for filtering)
2018-03-16 23:17:37 -05:00
Dwedit
b9df5f188c
Smooth sound after loading state
...
Moved function-level static variables outside of functions and renamed them
2018-03-15 19:50:46 -05:00
hizzlekizzle
16170cdfa7
Merge pull request #208 from retro-wertz/update_state
...
Update
2018-03-06 11:18:03 -06:00
retro-wertz
e5421762fd
state.c: Style nits
2018-03-07 00:57:52 +08:00
retro-wertz
77d07e782c
state.c: Update
2018-03-07 00:36:03 +08:00
Twinaphex
8314297846
Merge pull request #207 from retro-wertz/savestate
...
Add missing variable to save state
2018-03-04 14:51:54 +01:00
retro-wertz
0343e3dbd8
Add missing variable to save state
2018-03-04 21:47:52 +08:00