twinaphex
|
2a02554baa
|
Update JNI Makefile and MSVC solutions - new directory 'core'
instead of 'source'
|
2013-06-22 17:56:55 +02:00 |
|
EkeEke
|
4c46cc7833
|
[libretro] fixed compilation issues & removed unused code
|
2013-06-17 02:08:00 +02:00 |
|
Squarepusher
|
19a6996d42
|
Merge pull request #8 from CatalystG/bbfix
(BlackBerry) Add NDK project, fix inline, and a crash from using -O3
|
2013-05-18 18:10:46 -07:00 |
|
twinaphex
|
d7a1ff7cc2
|
Update extensions
|
2013-05-01 00:01:47 +02:00 |
|
CatalystG
|
3f6842b99d
|
(BlackBerry) Add NDK build project
|
2013-04-20 12:39:01 -04:00 |
|
twinaphex
|
60e0ba70e2
|
(XBOX) Build fix for C89 compliance
|
2013-04-12 16:30:44 +02:00 |
|
twinaphex
|
d8af16f193
|
Add more runtime options - blargg NTSC filter options - monochrome/composite/svideo/rgb -
gg_extra / overscan
|
2013-04-08 00:58:24 +02:00 |
|
twinaphex
|
fad92cea92
|
Add runtime blargg NTSC filter option
|
2013-04-08 00:28:25 +02:00 |
|
EkeEke
|
540985a068
|
[libretro] fixed retro_reset function: using soft-reset is not safe as it doesn't reset the whole system (RAM, VDP, etc)
|
2013-04-01 14:06:28 +02:00 |
|
twinaphex
|
df5d732617
|
(Playbook) Add Blackberry Playbook port
|
2013-02-27 21:11:34 +01:00 |
|
twinaphex
|
5328ea847c
|
(Xbox 1) Use devenv for Xbox 1 building
|
2013-02-17 06:19:29 +01:00 |
|
twinaphex
|
b275662991
|
(Xbox 1)Add msvc-2003-xbox1.bat for building
|
2013-02-10 15:23:14 +01:00 |
|
twinaphex
|
de12e8d1d5
|
(360) Add msvc-2010-360.bat for building
|
2013-02-09 08:21:19 +01:00 |
|
twinaphex
|
047781099d
|
(360 MSVC) Update target output filenames
|
2013-02-03 06:43:53 +01:00 |
|
twinaphex
|
7a66a50b93
|
(Libretro) Set sampling rate back to 44Khz after complaints
|
2013-02-03 04:57:58 +01:00 |
|
twinaphex
|
370e505af6
|
(360) Fix solution
|
2013-02-03 03:24:51 +01:00 |
|
twinaphex
|
53104c2a29
|
Update target names
|
2013-02-02 17:49:22 +01:00 |
|
twinaphex
|
18e61f4f29
|
(Libretro) Set samplerate to 48Khz
|
2013-02-01 02:31:07 +01:00 |
|
twinaphex
|
4cd46eb207
|
(360) Fix solution
|
2013-01-26 00:03:10 +01:00 |
|
twinaphex
|
0507933fd3
|
Update libretro version
|
2013-01-24 22:01:15 +01:00 |
|
twinaphex
|
c0eae9a4dc
|
(Android) Define ARM mode for ARM targets - define ALIGN_WORD and
ALIGN_LONG to prevent crashes
|
2012-12-02 17:37:12 +01:00 |
|
twinaphex
|
6012f2f765
|
Initialize geometry.aspect_ratio
|
2012-11-20 16:46:16 +01:00 |
|
twinaphex
|
71c84e3024
|
(360) Path fixes as per magicseb's suggestions
|
2012-11-20 04:27:24 +01:00 |
|
twinaphex
|
6e0e40200b
|
(p1pkin) Bitmap size fix - out of bounds fixes (for Game Gear
overscan mode)
|
2012-11-16 17:34:25 +01:00 |
|
twinaphex
|
157a7ed48f
|
Add FRONTEND_SUPPORTS_RGB565 to MSVC 2010 solution
|
2012-11-13 12:43:30 +01:00 |
|
Saggi Mizrahi
|
ab9930c855
|
Fix wierd (null) error
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
|
2012-10-29 00:39:01 -04:00 |
|
twinaphex
|
6d1ebc205b
|
Nit #2
|
2012-10-29 04:29:47 +01:00 |
|
twinaphex
|
b0e267235e
|
Nit
|
2012-10-29 03:21:49 +01:00 |
|
twinaphex
|
9ea7a5ab0a
|
(MSVC) Updated solutions
|
2012-10-26 20:46:07 +02:00 |
|
twinaphex
|
7ddd1a1b54
|
(libretro) Libretro maintenance update
|
2012-10-22 21:55:48 +02:00 |
|
twinaphex
|
79f469ad32
|
(Android) Use RGB565
|
2012-10-22 20:10:35 +02:00 |
|
twinaphex
|
0ffd8acf8d
|
Small nit
|
2012-10-22 07:10:20 +02:00 |
|
twinaphex
|
e20e40ebc2
|
Since setting color format is a compile time option - ifdef it
altogether for older frontends
|
2012-10-22 07:09:35 +02:00 |
|
twinaphex
|
2cbcfe8f72
|
Now uses RGB565
|
2012-10-22 06:43:45 +02:00 |
|
twinaphex
|
c37e57392a
|
(Android) Forgot to add Application.mk
|
2012-10-19 02:45:11 +02:00 |
|
twinaphex
|
f382560614
|
(Android) Now compiles libraries for all Android platforms -
ARM, ARMv7a, MIPS, and x86
|
2012-10-19 02:44:09 +02:00 |
|
twinaphex
|
bf6cb3e4f6
|
(Android) Fixed JNI Makefile
(General libretro) Build fix
|
2012-10-16 21:08:55 +02:00 |
|
twinaphex
|
5df07b84b8
|
Merge git://github.com/ekeeke/Genesis-Plus-GX
Conflicts:
libretro/libretro.c
|
2012-10-16 21:01:03 +02:00 |
|
EkeEke
|
3ffad6b6c6
|
updated libretro & win32 ports
|
2012-10-14 19:16:31 +02:00 |
|
twinaphex
|
c421da42c9
|
(libretro) CD audio works now
|
2012-10-14 17:45:00 +02:00 |
|
twinaphex
|
9cd0fb3cce
|
Fix build
|
2012-10-14 17:10:15 +02:00 |
|
twinaphex
|
ac986d94a0
|
Merge branch 'master' of https://github.com/libretro/Genesis-Plus-GX
|
2012-09-30 04:54:58 +02:00 |
|
twinaphex
|
5b8048c2d1
|
Fix buffer overflow - would probably be better to replace sprintf
everywhere with snprintf - note to ekeeke
|
2012-09-30 04:54:00 +02:00 |
|
Themaister
|
9399308051
|
Fills out bios paths if system dir is not set.
|
2012-09-23 01:33:36 +02:00 |
|
Twinaphex
|
a0b61cbeb1
|
(Android) library links now
|
2012-09-10 04:47:24 +02:00 |
|
Squarepusher
|
59c7bb5df1
|
Add iso/ISO extensions
|
2012-09-04 01:19:03 +03:00 |
|
twinaphex
|
2bea974cc0
|
(360) Path fix so that CD BIOS loading works again - broken in
maister change
|
2012-08-22 12:20:51 +02:00 |
|
Squarepusher
|
5a5082c69f
|
Merge pull request #2 from ficoos/srm_load
Fix sram saving and loading for some games
|
2012-08-20 12:22:52 -07:00 |
|
twinaphex
|
d2bbbae184
|
(360) Checked 360 solution
|
2012-08-20 21:17:22 +02:00 |
|
twinaphex
|
49c74e66a5
|
(Xbox 1) Define INLINE as 'static _inline'
|
2012-08-20 21:09:54 +02:00 |
|