Commit Graph

346 Commits

Author SHA1 Message Date
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
twinaphex
01662f4b2b Backport bd696fc241 2015-02-18 07:41:56 +01:00
twinaphex
1af6ab1906 Backport 7c92c6dcde 2015-02-18 07:39:30 +01:00
twinaphex
4c74cfda0c Backport 675380edd0 2015-02-18 07:37:21 +01:00
twinaphex
24af2341e3 Backport ' libgambatte/cartridge: allow mapping rom bank0 in more cases/please b…
…largg'
2015-02-18 07:35:47 +01:00
twinaphex
b2c370ae2a Backport ' allocate vram on heap to reduce field offset sizes for easier access …
…on ARM'
2015-02-18 07:29:17 +01:00
twinaphex
72860ebcc4 Backport 'more flexible and less confusing return type. ' 2015-02-18 07:14:58 +01:00
twinaphex
43b5e83faf Backport 'refactor ancient mbc code somewhat. ' 2015-02-18 07:08:31 +01:00
twinaphex
363679c20d Upgrade interruptrequester to upstream 2015-02-18 06:05:46 +01:00
twinaphex
207793177c Upgrade video/ppu.cpp to upstream 2015-02-18 05:45:13 +01:00
twinaphex
0565116ee8 Upgrade video/sprite_mapper.cpp to upstream 2015-02-18 05:33:17 +01:00
twinaphex
f0edce4246 Upgrade video/ly_counter | lyc_irq | next_m0_time to upstream 2015-02-18 05:30:53 +01:00
twinaphex
73519dff9e Create m0_irq.h 2015-02-18 05:29:25 +01:00
twinaphex
040973d08a Use same defines as upstream for video 2015-02-18 05:24:59 +01:00
twinaphex
251922c95f Move more functions to video_libretro.cpp 2015-02-18 04:22:02 +01:00
twinaphex
aa7f427d9a Move some more functions to video_libretro.cpp 2015-02-18 04:20:15 +01:00
twinaphex
e8e7070936 Move another custom function to video_libretro.cpp 2015-02-18 04:12:23 +01:00
twinaphex
a3b93ffa80 Update video.cpp 2015-02-18 04:10:41 +01:00
twinaphex
686e7af888 video.cpp - get rid of 'Blend' 2015-02-18 04:04:59 +01:00
twinaphex
09bf141072 Move extensions to video to video_libretro.cpp 2015-02-18 04:02:04 +01:00
twinaphex
12987757f9 Split up libretro extensions to cartridge.cpp to cartridge_libretro.cpp 2015-02-18 03:50:54 +01:00
twinaphex
b76bf35f2e Update counterdef.h 2015-02-18 03:39:19 +01:00
twinaphex
9ce3749dfd (video.h) Update variables 2015-02-18 03:34:31 +01:00
twinaphex
20c7b69fe3 Update all sound files to upstream 2015-02-18 03:02:29 +01:00
twinaphex
4fb9febd56 Update length_counter.h 2015-02-18 02:59:46 +01:00
twinaphex
ae16f13961 Update master_disabler.h 2015-02-18 02:57:46 +01:00
twinaphex
db29b18ad0 Update sound_unit.h 2015-02-18 02:56:53 +01:00
twinaphex
8fbd2169fa (mem/rtc) Update variable names 2015-02-18 02:49:51 +01:00
twinaphex
4c3f81d46d (mem/cartridge.cpp) Update variables to upstream 2015-02-18 02:42:51 +01:00
twinaphex
3798254d26 (gambatte-memory) Rename all variable names to ones from upstream 2015-02-18 02:27:45 +01:00