Commit Graph

20 Commits

Author SHA1 Message Date
LibretroAdmin
9e8257183c Remove misc.c 2022-09-05 01:33:27 +02:00
DigiDwrf
ca7c563de7 Update zapper.c
After testing trigger logic invertion option in VS roms, realized that ZD[w].bogo has to be inverted to work propperly
2022-09-01 17:44:22 -05:00
Carlos O'Connor
1dda0a0705 Add sequential targets light gun support
Support for Sequential targets Light Guns has been added. "Gun Aux A" serves as light sensor logic input.
2022-09-01 02:25:41 -05:00
libretroadmin
6a31522981 Get rid of mostly dead code 2022-06-20 06:07:40 +02:00
negativeExponent
9f46517792 Fix some warnings reported from LGTM 2020-10-26 07:41:48 +08:00
negativeExponent
565f60c0f2 Fix some warnings 2020-10-25 08:31:41 +08:00
twinaphex
9604a33f7a MSVC2010 buildfix 2020-05-17 23:30:06 +02:00
twinaphex
ed784833dd Buildfix 2020-05-17 23:09:23 +02:00
arpruss
176e250c6a reduce max zapper tolerance to 20 2020-05-16 15:11:36 -05:00
arpruss
a125c1eec6 adjust Zapper tolerance; make Zapper input tolerance circular rather than rectangular by default 2020-05-05 15:42:26 -05:00
negativeExponent
2eeabe880c Add header guards 2020-02-16 23:18:27 +08: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
retro-wertz
2d76eb4a0f Change *.c and *.h end-of-line character to LF
change eol char to LF using dos2unix
2017-12-17 13:40:35 +08:00
retro-wertz
ebca2248d0 Start undoing C++ comments 2017-10-15 02:07:42 +08:00
retro-wertz
c645949592 Integrate standard pads(pads.c) into input.c 2017-09-30 11:14:13 +08:00
retro-wertz
8be0835eed Fix for vsunisystem input not working 2017-09-08 02:13:11 +08:00
Twinaphex
e9d6bfc2d8 Silence warnings 2016-09-09 08:09:38 +02:00
twinaphex
d6690bafa8 Fix Emscripten build 2016-09-07 00:31:58 +02:00
twinaphex
21aa0759da Remove unused files 2015-08-06 13:34:20 +02:00
twinaphex
7e6caac57d Initial commit - http://sourceforge.net/p/fceumm/code/160/ 2014-03-30 22:15:17 +02:00