999 Commits

Author SHA1 Message Date
Twinaphex
65678f6d77 Merge pull request #52 from ilag11111/cheatSupport
Add support for Master System cheats.
2017-03-26 04:33:39 +02:00
iLag
fa55ee51c9 Add support for Master System cheats. 2017-03-25 19:29:00 -07:00
twinaphex
88d98ee0e6 Merge branch 'master' of https://github.com/libretro/picodrive 2017-03-24 08:54:14 +01:00
twinaphex
d8e4cc4967 Cleanups 2017-03-24 08:54:08 +01:00
Twinaphex
6bf654d0e2 Merge pull request #51 from ilag11111/cheatSupport
Add cheat support for Genesis/MegaDrive, CD, and 32X games
2017-03-23 20:18:00 +01:00
iLag
cb5021471d Remove temporary debug print line 2017-03-23 11:16:37 -07:00
iLag
e5326b1a0e Fix memory management so the emulator won't crash with multiple cheats in a file. 2017-03-23 11:13:56 -07:00
iLag
daae6156b4 Fix variable types, silence warnings. 2017-03-22 15:01:58 -07:00
iLag
d4089d9b8e Fix multiline support 2017-03-22 14:45:23 -07:00
iLag
6cf45534d3 Support multiline codes 2017-03-22 14:37:18 -07:00
iLag
20563b60d0 Add support for single-line cheats and PAR codes. 2017-03-22 14:19:35 -07:00
hizzlekizzle
f0a3d0dc4b move emu_video_mode_change back to original spot
nothing gained by moving it
2017-03-08 22:09:10 -06:00
Twinaphex
805d357076 Update staticios 2017-02-27 01:04:44 +01:00
twinaphex
aa411429a7 staticios - we don't need SH2 DRC or SVP DRC for now 2017-02-22 00:29:29 +01:00
Twinaphex
9795f2cd88 Add staticios target (for iOS 8 and later) 2017-02-22 00:11:27 +01:00
twinaphex
c98b37aaa3 Add ios_static target 2017-02-22 00:04:55 +01:00
Twinaphex
d6be4fa642 Merge pull request #44 from GregorR/libretro-git-version
Report git version with library_version
2016-12-10 00:58:05 +01:00
Gregor Richards
2d4f989df9 Report git version with library_version 2016-12-09 18:50:07 -05:00
Twinaphex
14f9ad30a6 Merge pull request #43 from fetzerch/debugfix2
Fix more undefined symbol errors
2016-12-07 16:55:20 +01:00
Christian Fetzer
dfe3ba924b Fix more undefined symbol errors 2016-12-06 20:51:07 +01:00
Twinaphex
2ece10758f Merge pull request #42 from orbea/debug
Actually fix the debug build
2016-12-06 20:01:12 +01:00
orbea
a2135a7a4e Actually fix the debug build 2016-12-06 10:58:06 -08:00
Twinaphex
b241063393 Merge pull request #41 from orbea/debug
Check if DEBUG is set rather than not set.
2016-12-06 19:46:07 +01:00
orbea
dfa111b787 Fix the debug build and compile warnings. 2016-12-06 01:24:48 -08:00
orbea
4a7781cd37 Check if DEBUG is set rather than not set. 2016-12-06 00:02:23 -08:00
Twinaphex
fbd5ab2673 Merge pull request #40 from fetzerch/debug
Fix compilation with DEBUG flag
2016-12-06 00:01:46 +01:00
Christian Fetzer
779d96d907 Fix compilation with DEBUG flag
- Use DEBUG flag similar to other libretro cores (DEBUG=0 disables,
  DEBUG=1 enables the debug build)
- Optimize with -O2 for debugging because the core won't work otherwise
- Always strip sections to prevent undefined symbol errors
2016-12-05 23:44:33 +01:00
twinaphex
0d87bd6a48 Add more copyrights 2016-10-15 18:48:31 +02:00
twinaphex
e8454cb09b Add author name to libretro.c 2016-10-15 18:43:28 +02:00
Twinaphex
12ae851364 Merge pull request #39 from lentillog/bug/sram-crash
Fixed crash on loading sram game after a game with no sram
2016-10-05 03:30:47 +02:00
lentillog
6d0aaeaf90 Fixed crash on loading sram game after a game with no sram 2016-10-04 18:02:52 -07:00
Twinaphex
6c991e7ced Merge pull request #38 from lentillog/feature/dynarec
(VITA) Dynarec working
2016-10-04 04:51:43 +02:00
lentillog
88f7643f70 (VITA) Dynarec working 2016-10-03 16:06:35 -07:00
Twinaphex
36745acc51 Merge pull request #37 from lentillog/feature/remove-hack
(VITA) Removed gross hack with optimization workaround
2016-09-28 03:48:16 +02:00
lentillog
30b234849f (VITA) Removed gross hack with optimization workaround
This also seems to reduce a bit of stutter in some games (like sonic 3)
2016-09-27 17:56:41 -07:00
Twinaphex
32cc15e811 Merge pull request #35 from lentillog/feature/vita
(vita) Updated build to work on Vita
2016-09-21 01:45:56 +02:00
lentillog
937c7e5283 (vita) Updated build to work on Vita 2016-09-20 16:39:19 -07:00
twinaphex
8289697e8d (Emscripten) remove NO_MMAP 2016-09-08 12:51:52 +02:00
twinaphex
a33a365d78 Both ios and emscripten have problems with this - hide behind
HAVE_GDB ifdef
2016-09-08 12:18:09 +02:00
twinaphex
d6a897aa61 (Emscripten) Target should work now 2016-09-08 10:43:22 +02:00
twinaphex
f191d3f834 Add Emscripten dir and upload 2016-09-07 07:36:24 +02:00
Twinaphex
7832385631 Merge pull request #30 from meepingsnesroms/master
Fix compiling with ndk r11 >
2016-07-04 19:04:33 +02:00
meepingsnesroms
4346a841ff Fix compiling with ndk r11 > 2016-07-04 09:55:54 -07:00
Twinaphex
8046160f29 Merge pull request #28 from joolswills/patch-1
Fixes undefined symbol: __aeabi_idiv for RPI target
2016-05-20 15:17:21 +02:00
Jools Wills
d1dfc25952 Fixes undefined symbol: __aeabi_idiv for RPI target 2016-05-20 14:15:54 +01:00
Andrés
7f5ab20e35 Merge pull request #27 from AkimanBengus/master
Add a core option to choose between PAR, DAR and CRT aspect ratio
2016-05-19 20:46:32 -05:00
David
e1360c668c Add a core option to choose between PAR, DAR and CRT aspect ratio
The core option let you choose between 3 aspect ratios.
PAR: Native resolution
DAR: 4/3
CRT: Thinner than 4/3, I did some comparison with my old CRT TV.

I did another change to take in account the 224 instead of 240 vertical
resolution to fix the integer scale
2016-05-19 22:54:26 +02:00
Twinaphex
e9d7e81054 Merge pull request #23 from tuluse/master
Implement psp compiler flags
2016-03-12 22:48:40 +01:00
Thomas Daley
646039c2bf Implement psp compiler flags 2016-03-12 15:12:55 -06:00
Twinaphex
d277f0aae3 Merge pull request #22 from DSkywalk/master
allow request RETRO_MEMORY_SYSTEM_RAM to get cheevos
2016-03-11 07:32:57 +01:00