Commit graph

675 commits

Author SHA1 Message Date
twinaphex
1bf4901b58 Add HAVE_DYNAREC ifdef to gba_memory.c 2014-12-10 17:09:24 +01:00
twinaphex
51d78afa09 Add HAVE_DYNAREC ifdef 2014-12-10 17:06:09 +01:00
twinaphex
512f7f5b27 Code nits - get rid of '== NULL' / '!= NULL' 2014-12-10 16:40:43 +01:00
twinaphex
7a0b0cba45 Style nits 2014-12-10 15:47:19 +01:00
twinaphex
1cd8bb5235 Get rid of unused variable 'audio_buffer_size' to silence another warning 2014-12-10 15:29:29 +01:00
twinaphex
4f7ff2b91d Convert enum to sram_type_size to avoid warning 2014-12-10 15:25:29 +01:00
twinaphex
8bda867c2b Fix one warning in Clang 2014-12-10 15:24:49 +01:00
twinaphex
b3fe5aa3e4 (Android) Add x86 target too 2014-12-10 15:21:49 +01:00
aliaspider
f10da5d664 cleanups 2014-12-10 13:10:25 +01:00
aliaspider
a926a68eb3 cleanups 2014-12-10 12:53:26 +01:00
aliaspider
6d7fd87e07 add a HAVE_MMAP check, cleanups. 2014-12-10 12:29:19 +01:00
aliaspider
41484cd73c use correct save directory. 2014-12-10 12:00:12 +01:00
aliaspider
ad485d434a implement retro_serialize/unserialize 2014-12-10 11:06:17 +01:00
aliaspider
13d5e9c875 Android build fix 2014-12-10 05:46:03 +01:00
twinaphex
a16cbdc416 Rename memory.c to gba_memory.c 2014-12-10 05:05:41 +01:00
twinaphex
26e7362de8 Cleanups in Android.mk 2014-12-10 04:56:50 +01:00
twinaphex
68efde5b94 Add Android JNI files 2014-12-10 04:54:32 +01:00
twinaphex
ce374b460b Remove SDL code in cpu.c 2014-12-10 01:30:47 +01:00
twinaphex
4a2ab23f77 Take out SDL defines in common.h 2014-12-10 01:30:02 +01:00
twinaphex
1a8b77c185 Demacro-ize block_builder_arm/block_builder_thumb 2014-12-10 01:25:37 +01:00
twinaphex
fe19474dca Add macro parameter 'opcode' to some macros 2014-12-10 01:17:37 +01:00
aliaspider
afff31b508 fix arm target compile errors. 2014-12-10 01:03:14 +01:00
aliaspider
9f97113292 fix compiler error: initializer element is not a compile-time constant 2014-12-10 00:20:41 +01:00
Twinaphex
dee3a94edb Start adding ARCH_ARM rules 2014-12-09 22:48:03 +01:00
twinaphex
8d2578eefc Add CPU_ARCH rules to Makefile.common 2014-12-09 22:37:07 +01:00
twinaphex
a660cbd4c8 Update Makefile/Makefile.common 2014-12-09 22:25:29 +01:00
twinaphex
7252c226bf Cleanups - main.c 2014-12-09 21:48:21 +01:00
twinaphex
471a94f890 Move IN_MEMORY_C ifdefs to memory.c 2014-12-09 21:37:58 +01:00
twinaphex
35b71ff223 Clean up some unused stuff 2014-12-09 21:32:00 +01:00
twinaphex
99e6e574d3 De-macroize render_sample macros 2014-12-09 21:21:09 +01:00
twinaphex
01ac6359fd Get rid of gbc_sound_load_wave_ram macro 2014-12-09 19:13:35 +01:00
twinaphex
109ba4d286 Simplify gbc_sound_wave_update 2014-12-09 19:10:45 +01:00
twinaphex
a6905d9da2 Simplify sound_timer function 2014-12-09 19:02:07 +01:00
twinaphex
5fc2752771 Simplify render_audio 2014-12-09 17:52:17 +01:00
twinaphex
92812a1213 Remove unused clock_speed variable 2014-12-09 17:34:37 +01:00
twinaphex
4b4a78878b Remove set_clock_speed 2014-12-09 17:32:51 +01:00
twinaphex
eadd3a34b9 Remove unused screen_filter2 2014-12-09 17:29:40 +01:00
twinaphex
1a42217435 Get rid of non-libretro/SDL code in video.c 2014-12-09 17:26:57 +01:00
twinaphex
5c949f38e4 Assume PC_BUILD 2014-12-09 17:18:45 +01:00
twinaphex
72cc10f363 Silence warning in libco/x86.c 2014-12-09 17:04:12 +01:00
twinaphex
8baf91c105 Remove non-libretro code in sound.c 2014-12-09 16:55:59 +01:00
twinaphex
a1a8e339ff Remove non-libretro code in input.c 2014-12-09 16:47:47 +01:00
twinaphex
a39ed082f7 Remove useless GUI font code 2014-12-09 16:45:14 +01:00
twinaphex
a4a7f66364 Remove gui.c 2014-12-09 16:40:21 +01:00
twinaphex
4a2c77bcc9 Remove zip.c/zip.h 2014-12-09 15:33:14 +01:00
Twinaphex
988c2e2655 Merge pull request #2 from aliaspider/master
initial port of gpsp to libretro.
2014-12-09 13:28:17 +01:00
aliaspider
e2d6ea9082 fix display name/version. 2014-12-09 10:18:05 +01:00
aliaspider
d8a9fca756 -fPIC wasn't necessary afterall, and compiling without it increases fps
by about 10%.
2014-12-09 10:13:44 +01:00
aliaspider
1a6a136801 dynamic recompiler now works when the core is compiled as a shared
library.
2014-12-09 09:54:33 +01:00
aliaspider
a859afadfd fix sound 2014-12-09 05:47:45 +01:00