Commit Graph

835 Commits

Author SHA1 Message Date
vanfanel
10b1d9f815 Added rpi2 platform defines 2016-02-25 15:47:58 +01:00
aliaspider
9df855665f Merge pull request #47 from FIX94/master
fixed most 3ds resampler issues by fixing up the high-pass code and increased the resampler accuracy
2016-02-03 10:52:27 +01:00
FIX94
235c93e081 indent style is back to its original form 2016-02-02 20:18:53 +01:00
FIX94
1ef2801413 fixed most 3ds resampler issues by fixing up the high-pass code and increased the resampler accuracy 2016-02-01 03:51:44 +01:00
twinaphex
59fb6a652e (OSX) Add universal rules 2015-11-02 14:35:24 +01:00
twinaphex
88dd644046 Add iOS 9 rules 2015-10-16 03:05:58 +02:00
twinaphex
75dca15960 Static code analysis cleanups 2015-09-29 07:34:10 +02:00
twinaphex
f5f8a1937f Add vita target 2015-08-31 21:22:09 +02:00
twinaphex
252943469f Remove Emscripten rule 2015-08-29 05:57:46 +02:00
Alcaro
c72bbf8760 Merge pull request #43 from matthewbauer/emscripten
Emscripten fix
2015-08-26 19:59:33 +02:00
Twinaphex
30d9e797ed (OSX) Linker issues with -mmacosx-version-min, remove for now 2015-08-03 05:56:02 +02:00
neville
fa006c0af9 (OSX) Lower requirements to 10.1 2015-08-01 23:20:39 +02:00
twinaphex
44439e1bcf (QNX) Fix build 2015-07-29 23:47:42 +02:00
twinaphex
9596337328 Backport this - 2c35a85fa4 2015-07-25 19:53:29 +02:00
twinaphex
0fa06bf300 Remove LSB_FIRST 2015-07-23 22:14:19 +02:00
Alcaro
6c8b68bfe7 Avoid handing out NULL and invalid pointers if the ROM has no SRAM. (TODO: Find another way to grab the ROM/WRAM pointers.) 2015-07-23 18:47:42 +02:00
Matthew Justin Bauer
2c33c1cd10 Use -O3 for emscripten. 2015-07-13 23:55:25 -05:00
Matthew Justin Bauer
f9fd2cbb42 Add emscripten output to gitignore. 2015-07-13 23:55:25 -05:00
Twinaphex
8f04c9188e Merge pull request #42 from netux79/master
Expose Internal Palettes
2015-07-05 11:24:12 +02:00
Jose Ernesto Ramirez Ramirez
6e69004027 Expose Internal Palettes
Added option to use internal palettes and added 3 additional.
2015-07-05 01:24:39 -05:00
Alcaro
803bd7685e Here's how a properly done DMG flag works, #40. 2015-06-14 12:53:13 +02:00
Alcaro
44500ac759 C++ source code is not executable. 2015-06-14 12:31:23 +02:00
Alcaro
78a94cd889 Revert "Add core option to force DMG mode"
It breaks the GBA mode option, and calling gb.load() twice is just terrible coding.

This reverts commit 6d4e62e98c, PR #40.
2015-06-14 12:21:36 +02:00
Twinaphex
627c1191aa Merge pull request #40 from Monroe88/force_dmg
Add core option to force DMG mode
2015-06-14 06:48:11 +02:00
Monroe88
6d4e62e98c Add core option to force DMG mode 2015-06-13 22:07:14 -05:00
Twinaphex
d1d2bb0acc Merge pull request #39 from nattycleopatra/master
Buildfix for PS3
2015-06-13 23:41:33 +02:00
nattycleopatra
a1a2c2834b Buildfix for PS3 2015-06-13 23:35:12 +02:00
Alcaro
36ef22b378 Merge pull request #38 from Oggom/patch-1
(libretro) Update library version
2015-05-11 23:54:10 +02:00
Oggom
133520473e (libretro) Update library version
https://github.com/libretro/libretro-super/issues/246
2015-05-11 23:47:59 +02:00
aliaspider
8b342c2ded (cc resampler) reduce calls to audio_batch_cb. 2015-04-15 23:24:02 +01:00
aliaspider
b23d3d4618 (3DS) use the CC resampler. core should now run at full speed most of
the time.
2015-04-15 19:58:02 +01:00
aliaspider
bf9ce35ab2 (cc resampler) improve the speed of the C impementation. 2015-04-15 19:44:52 +01:00
aliaspider
3e9acfadf3 allocate video_buf on the heap.
use linearMemAlign for the 3DS target.
2015-04-13 02:06:55 +01:00
aliaspider
5e4ca6fdc1 add a CTR(3DS) target. 2015-04-01 23:03:38 +01:00
twinaphex
b1fcfb9d66 We rely on QNX Makefile target 2015-03-10 21:04:22 +01:00
twinaphex
e6a77e0b9c Buildfix for PS3 2015-03-04 16:36:14 +01:00
Twinaphex
89bc3e1944 (iOS) Use xcodebuild instead of xcrun 2015-02-28 03:32:58 +01:00
twinaphex
4e59b3124b Remove class FilterInfo 2015-02-18 10:05:03 +01:00
twinaphex
0c7f9ac64c Can now remove file/file.cpp (yay) 2015-02-18 09:57:21 +01:00
twinaphex
dc3b8015cb Don't go through filestream wrapper anymore 2015-02-18 09:55:37 +01:00
twinaphex
52b8a54e21 Remove minkeeper.h include from video.h 2015-02-18 09:40:46 +01:00
twinaphex
3864ea4f6f (cartridge.cpp) Cleanups 2015-02-18 09:38:24 +01:00
twinaphex
fad3f7e69e Update memory.cpp to upstream 2015-02-18 09:16:13 +01:00
twinaphex
44469bb583 Update interrupter.cpp to upstream 2015-02-18 09:08:59 +01:00
twinaphex
bd713ecf03 Update tima.cpp to upstream 2015-02-18 09:07:04 +01:00
twinaphex
2986509220 Update savestate.h to upstream 2015-02-18 08:58:35 +01:00
twinaphex
38be85bd42 Update initstate.cpp to upstream 2015-02-18 08:57:42 +01:00
twinaphex
458ec4ac8f Update cpu.cpp to upstream 2015-02-18 08:52:00 +01:00
twinaphex
12381948bc Update sound.cpp to upstream 2015-02-18 08:07:35 +01:00
twinaphex
d43fde0f5f Backport d8bb275e5e 2015-02-18 07:47:47 +01:00