twinaphex
|
459c2ffba2
|
Start implementing retro_cheat_set/retro_cheat_reset
|
2014-12-06 18:13:37 +01:00 |
|
twinaphex
|
e83511445b
|
Backport 9fbc420dfb
|
2014-12-06 18:04:48 +01:00 |
|
twinaphex
|
bf44861281
|
Start backporting Gameshark/Gamegenie code
|
2014-12-06 17:59:36 +01:00 |
|
twinaphex
|
a60c0e6a1e
|
Add core options to namespace
|
2014-12-05 22:04:14 +01:00 |
|
twinaphex
|
92e858c718
|
Implement input descriptors
|
2014-12-04 20:40:40 +01:00 |
|
twinaphex
|
3283b2943a
|
Add Makefile.common
|
2014-11-02 03:01:24 +01:00 |
|
twinaphex
|
049c08965f
|
Update Makefile
|
2014-10-23 09:57:46 +02:00 |
|
Alcaro
|
6f3c97d864
|
Update libretro.h
|
2014-09-22 22:19:50 +00:00 |
|
Alcaro
|
267a4e09bf
|
Fix broken output.
|
2014-08-17 16:23:45 +02:00 |
|
Alcaro
|
fb0f419259
|
Might as well not include cstdio from libretro.
|
2014-08-10 12:31:31 +02:00 |
|
Alcaro
|
084b724f5d
|
Merge branch 'master' of github.com:libretro/gambatte-libretro
|
2014-08-10 12:26:04 +02:00 |
|
Alcaro
|
36f01bbe95
|
Fix logging levels. Errors that block ROM load aren't INFO.
|
2014-08-10 12:25:22 +02:00 |
|
Alcaro
|
c19ee85b82
|
Get rid of conditionals that are now known constants.
|
2014-08-10 12:23:27 +02:00 |
|
Alcaro
|
d3c6fd52ab
|
Go through the logging interface.
|
2014-08-10 12:22:17 +02:00 |
|
Twinaphex
|
cce5b7a9ed
|
Merge pull request #32 from Alcaro/master
Fix assertion failure on too small ROMs.
|
2014-08-06 19:00:58 +02:00 |
|
Alcaro
|
f6a87d2f77
|
Make sure the weird rounding doesn't screw things up.
|
2014-08-06 17:53:25 +02:00 |
|
Alcaro
|
51bd675c57
|
Fix crash on too small ROMs. (I suspect it uses uninitialized stack memory gets different values for byte 0x147.)
|
2014-08-06 17:49:48 +02:00 |
|
Twinaphex
|
6d0b282333
|
Merge pull request #31 from Alcaro/master
Fix possible buffer overflow.
|
2014-07-19 14:49:59 +02:00 |
|
Alcaro
|
dad4f5432b
|
Fix possible buffer overflow.
|
2014-07-19 11:07:10 +02:00 |
|
Twinaphex
|
a3d458036a
|
Merge pull request #30 from askotx/master
Fixed on game reload and a custom palette was used, it was lost on reset...
|
2014-07-18 04:52:06 +02:00 |
|
Juan Ruvalcaba
|
44204a5ce5
|
Fixed on game reload and a custom palette was used, it was lost on reset.
Added option to use a custom global palette from Core Options.
|
2014-07-17 17:14:16 -07:00 |
|
Twinaphex
|
2d6955e5b5
|
Build fix for OSX Mavericks
|
2014-07-11 17:39:48 +02:00 |
|
Twinaphex
|
bf7ec0a1e4
|
Merge pull request #29 from Alcaro/master
Get rid of 64KB lookup table that doesn't speed things up.
|
2014-07-06 11:44:21 +02:00 |
|
Alcaro
|
1cafaa2501
|
Whoops, this shouldn't be changed.
|
2014-07-06 02:49:18 +02:00 |
|
Alcaro
|
644c483dee
|
Probably better to keep this...
|
2014-06-27 11:28:58 +02:00 |
|
Alcaro
|
a2f8ed1c4e
|
Get rid of 64KB lookup table that doesn't speed things up.
|
2014-06-27 11:10:40 +02:00 |
|
Twinaphex
|
29925b1805
|
Merge pull request #28 from Alcaro/master
Fix overflows.
|
2014-06-25 23:40:27 +02:00 |
|
Alcaro
|
f20f727d11
|
Fix overflows.
|
2014-06-25 22:05:27 +02:00 |
|
twinaphex
|
12c1ff3068
|
Attempt to fix issue https://github.com/libretro/gambatte-libretro/issues/21
|
2014-06-24 18:27:34 +02:00 |
|
twinaphex
|
f3a647acd3
|
Set performance level
|
2014-06-23 15:11:48 +02:00 |
|
Twinaphex
|
365b58d4cb
|
Merge pull request #26 from Alcaro/master
Add a core option for color correction.
|
2014-06-13 16:06:11 +02:00 |
|
Alcaro
|
367f89a075
|
Some minor cleanup.
|
2014-06-13 13:00:46 +02:00 |
|
Alcaro
|
b3c2de90f8
|
Add a core option for color correction. I hate those private things, there's so many layers of bullshit to trudge through.
|
2014-06-13 12:58:38 +02:00 |
|
Twinaphex
|
c71935d528
|
Merge pull request #25 from Alcaro/master
Add a core option for GBA mode.
|
2014-06-06 01:45:30 +02:00 |
|
Alcaro
|
200f3a94db
|
Add a core option for GBA mode. (Easiest testcase is Shantae; if colors considerably brighten and the title screen says GBA Enhanced, it works.)
|
2014-06-06 01:36:29 +02:00 |
|
Twinaphex
|
327673535b
|
Merge pull request #24 from Alcaro/master
Use the memory descriptor API.
|
2014-06-06 01:06:03 +02:00 |
|
Alcaro
|
374095914e
|
Should probably use the real calculations in cartridge.cpp...
|
2014-06-06 00:59:35 +02:00 |
|
Alcaro
|
9028b4f783
|
Describe memory maps. Okay, actually make up my own memory maps because I can't represent bankswitching.
|
2014-06-06 00:47:20 +02:00 |
|
Alcaro
|
83d10abb31
|
Update libretro.h to the correct version.
|
2014-06-06 00:43:38 +02:00 |
|
Alcaro
|
acb51da80a
|
Update libretro.h.
|
2014-06-06 00:42:51 +02:00 |
|
twinaphex
|
ee86270841
|
Add OSX version minor detection to Makefile
|
2014-04-26 04:32:58 +02:00 |
|
Twinaphex
|
45a0a25be8
|
Merge pull request #20 from Alcaro/master
Add ugly hacks to allow the front to access WRAM.
|
2014-04-26 01:07:15 +02:00 |
|
Alcaro
|
9963b9903a
|
Add ugly hacks to allow the front to access WRAM.
|
2014-04-26 00:57:45 +02:00 |
|
twinaphex
|
17fefb8327
|
Backport patch 39f7b2e618
|
2014-04-19 16:13:38 +02:00 |
|
twinaphex
|
29cfb85527
|
Backport patch 96537c1950
|
2014-04-19 08:03:58 +02:00 |
|
Twinaphex
|
3676ba81f1
|
(XDK360) Update solution
|
2014-03-15 20:59:09 +01:00 |
|
Twinaphex
|
9ee3b6cb30
|
(MSVC 2010) Update solution file
|
2014-03-15 20:56:08 +01:00 |
|
Twinaphex
|
179e3584cb
|
(MSVC 2010) Another update to solution file
|
2014-03-15 20:53:26 +01:00 |
|
Twinaphex
|
03322deec8
|
(MSVC 2010) Update some defines
|
2014-03-15 20:52:52 +01:00 |
|
Twinaphex
|
2f7c6a67b6
|
(MSVC 2010) Add solution
|
2014-03-15 20:52:10 +01:00 |
|