Commit Graph

1267 Commits

Author SHA1 Message Date
notaz
8d998330d0 famec: improve trace a bit
or break it (nobody uses it anyway), just want m68k_opcode_sizes to pass
2017-09-20 23:47:09 +03:00
notaz
a39743e315 musashi: don't generate unneeded handlers
at least move16 was incorrectly hooked up
2017-09-20 23:47:09 +03:00
notaz
e01cf375cb musashi: run same amount of cycles as other cores
for consistency
2017-09-13 01:54:10 +03:00
notaz
0104fd873b musashi: fix build on newer gcc 2017-09-13 01:54:10 +03:00
Twinaphex
9ae88ef15f Merge pull request #58 from psyke83/master
libretro: fix unexpected reloc type 0x03 error on Raspberry Pi 3
2017-09-05 21:50:12 +02:00
Conn O'Griofa
c7d7ac71a4 libretro: fix unexpected reloc type 0x03 error on Raspberry Pi 3
Issue is caused by commit 66dda842eae01f47f5389b931ec9567fb0bbb6a1 in
cpu/cyclone submodule.
2017-09-05 15:41:05 +01:00
notaz
61c4e5117a 32x: skip unnecessary bios work in cd mode 2017-08-19 00:38:03 +03:00
twinaphex
40cd7bc40b Add this to pico.h 2017-08-18 07:13:20 +02:00
twinaphex
eac2357faf Attempt two to fix PSP 2017-08-18 07:07:29 +02:00
twinaphex
ebf923683f Should hopefully fix PSP 2017-08-18 06:33:04 +02:00
twinaphex
571f7fa8eb Update jni/Android.mk 2017-08-18 05:19:05 +02:00
notaz
e4a2d86a03 get rid of the silly unzip_stream
... and just use zlib's inflate. Needed for the next commit.
2017-08-18 05:18:36 +02:00
notaz
653f0b1399 use system's zlib
except for libretro
github issue #45
2017-08-18 05:17:26 +02:00
notaz
3d5e32fe21 fix broken error path 2017-08-18 05:16:05 +02:00
notaz
8baf63e2eb fix some warnings
warning: array subscript is above array bounds [-Warray-bounds]
2017-08-18 05:15:31 +02:00
notaz
76f3e30ffe sh2: handle some branch exceptions 2017-08-18 05:14:33 +02:00
notaz
49c8aa78d9 drz80: drop fast_sp for compatibility
no measurable improvement in most cases anyway
2017-08-18 05:14:27 +02:00
notaz
a765263b80 android: solve "text segment is not shareable"
Some asm is disabled and some performance is lost by this.
2017-08-18 05:14:19 +02:00
notaz
006e9addec get some gp2x stuff out of the way for others 2017-08-18 05:14:12 +02:00
notaz
06d30e62f6 remove dead code 2017-08-18 05:13:49 +02:00
notaz
7b4813faa6 eliminate texrels, part 3 2017-08-18 05:12:04 +02:00
notaz
cbf31d2c25 configure: allow to override SDL_CONFIG 2017-08-18 05:11:54 +02:00
notaz
36f37d2d60 some fps counter cosmetics 2017-08-18 05:11:49 +02:00
notaz
4981de9ce7 eliminate texrels (wip2) 2017-08-18 05:11:36 +02:00
notaz
d01fa2044c eliminate texrels (wip) 2017-08-18 05:08:22 +02:00
notaz
d3bbc8d2cb remove some dead code 2017-08-18 05:06:35 +02:00
twinaphex
c13c91cd04 Update jni/Android.mk 2017-08-18 04:56:32 +02:00
notaz
6a5b1b362e sh2: handle some branch exceptions 2017-08-18 03:44:46 +03:00
twinaphex
c367ebb8f3 Update submodules 2017-08-18 01:20:25 +02:00
notaz
75bf03886e fix android build 2017-08-17 23:19:34 +02:00
notaz
925254c3fe fix a name clash with newer zlib 2017-08-17 23:19:29 +02:00
notaz
61290a3553 drz80: drop fast_sp for compatibility
no measurable improvement in most cases anyway
2017-08-11 02:12:57 +03:00
notaz
20a10d3ed9 android: solve "text segment is not shareable"
Some asm is disabled and some performance is lost by this.
2017-08-08 02:25:37 +03:00
notaz
ae7830aae1 get some gp2x stuff out of the way for others 2017-08-06 23:22:53 +03:00
notaz
34e424aa27 remove dead code 2017-08-06 23:02:28 +03:00
notaz
98a2714234 eliminate texrels, part 3 2017-08-06 22:25:26 +03:00
notaz
6027c719ba configure: allow to override SDL_CONFIG 2017-08-06 21:21:35 +03:00
notaz
88a8088545 some fps counter cosmetics 2017-08-06 19:23:36 +03:00
notaz
99bdfd31b8 eliminate texrels (wip2) 2017-08-06 19:23:20 +03:00
notaz
ea38612fad eliminate texrels (wip) 2017-08-06 18:18:29 +03:00
notaz
bc38f4d24f remove some dead code 2017-08-06 02:22:12 +03:00
notaz
c5c5dd7132 cd: fix missed null terminator 2017-08-06 01:48:25 +03:00
notaz
14caeebcc7 fix android build 2017-08-04 01:08:17 +03:00
notaz
ad949800e4 fix a name clash with newer zlib 2017-08-04 00:36:13 +03:00
Twinaphex
cbc93b68dc Merge pull request #54 from leiradel/master
Return correct memory info for SMS
2017-04-18 22:22:19 +02:00
Andre Leiradella
11077d343a Return correct memory info for SMS 2017-04-18 21:08:50 +01:00
notaz
0e352905c7 fix some warnings
warning: array subscript is above array bounds [-Warray-bounds]
2017-04-17 00:50:49 +03:00
notaz
01685eefb0 fix broken error path 2017-04-17 00:50:49 +03:00
notaz
325ee167fd use system's zlib
except for libretro
github issue #45
2017-04-17 00:50:49 +03:00
notaz
b4c2331e79 get rid of the silly unzip_stream
... and just use zlib's inflate. Needed for the next commit.
2017-04-17 00:50:49 +03:00