Commit Graph

4921 Commits

Author SHA1 Message Date
Sérgio Benjamim
839d5beb48 Use -DDISABLE_THREADING in all ports, see #73 2017-09-30 13:04:50 -03:00
Twinaphex
85023e6387 Merge pull request #73 from meleu/patch-1
Makefile.libretro: -DDISABLE_THREADING for Vita
2017-09-30 16:27:20 +02:00
meleu
df687541fd Makefile.libretro: -DDISABLE_THREADING for Vita
This was highlighted by @endrift in [this comment](https://github.com/libretro/mgba/issues/69#issuecomment-325045399).
It partially solves the problems I reported in #69 (most of those "undefined reference" errors).
2017-09-30 07:56:45 -03:00
Sérgio Benjamim
337fc06385 Use uname -s in Makefile
In case a unix system has 'win' or other word in its hostname
2017-09-21 00:14:10 -03:00
Sérgio Benjamim
e4ec3f59ec Cleanup system platform in Makefile 2017-09-21 00:07:12 -03:00
Sérgio Benjamim
b964aeb6ee Merge remote-tracking branch 'upstream/0.6' 2017-09-20 23:34:43 -03:00
Sérgio Benjamim
65c8d10810 Support for iOS arm64 build by @yoshisuga 2017-09-20 23:32:03 -03:00
Vicki Pfau
380bc189c3 GBA I/O: Fix reading from a few invalid I/O registers (fixes #876) 2017-09-20 18:51:39 -07:00
Vicki Pfau
2c3adf2668 GBA Video: Fix broken sprite blending hack (fixes #532) 2017-09-20 18:09:07 -07:00
Vicki Pfau
6a223ccd3f GBA: Fix keypad IRQs not firing when extra buttons are pressed 2017-09-17 16:46:40 -07:00
Vicki Pfau
e6f81b0385 SDL: Fix potential race condition when pressing keys (fixes #872) 2017-09-17 16:46:40 -07:00
Vicki Pfau
936eb1d14c GBA Savedata: Fix 512 byte EEPROM saving as 8kB (fixes #877) 2017-09-17 15:02:28 -07:00
Vicki Pfau
4d00f988e8 CMake: Fix CPack dependencies for libpng 1.6 2017-09-16 10:00:33 -07:00
Vicki Pfau
91c807ff81 Libretro: Clean up old logging code 2017-09-11 00:51:10 -07:00
Vicki Pfau
e58096ceba GBA BIOS: Use core's VRAM variable instead of renderer's 2017-09-11 00:44:35 -07:00
Vicki Pfau
5b395aafe0 GBA: Detect hardware for Pokémon FireRed ROM hacks 2017-09-09 11:42:55 -07:00
Vicki Pfau
f5bf854489 GB Audio: Fix NRx2 writes while active (fixes #866) 2017-09-09 11:40:30 -07:00
Vicki Pfau
aa350ea5b7 GB, GBA: Fix sync to video with frameskip 2017-09-09 11:40:08 -07:00
Vicki Pfau
140d89b3ba 3DS: Improve graphics pipeline, framelimiting 2017-09-09 11:39:36 -07:00
Vicki Pfau
ca3a7f1895 3DS: Minor fixes for GPU issues, detect usable cores better 2017-09-09 11:39:33 -07:00
Vicki Pfau
c0f0d54a52 3DS: Transition to using RenderTarget 2017-09-09 11:39:28 -07:00
Vicki Pfau
e2e0fe8f85 3DS: Support debug libs 2017-09-09 11:39:23 -07:00
Sérgio Benjamim
3d9ec8371a Merge remote-tracking branch 'upstream/0.6' 2017-09-08 23:03:27 -03:00
Twinaphex
7c1ae3965a Merge pull request #68 from Zarh/master
Fix issues with PS3 build
2017-08-18 22:08:25 +02:00
Zarh
ebe14cb322 Fix issues with PS3 build 2017-08-18 21:01:38 +02:00
twinaphex
339913305c Another buildfix 2017-08-18 01:37:07 +02:00
twinaphex
477f54010b Fix this rule 2017-08-18 01:33:58 +02:00
Twinaphex
47702d0998 Merge pull request #67 from meleu/master
small fix on src/gba/core.c
2017-08-18 01:01:28 +02:00
meleu
d9ef720775 small fix on src/gba/core.c
The struct gbacore was declared inside an `#ifdef` declaration (line 221) and later used without the needed def checking.

Noticed that when trying to compile mgba for PS Vita.
2017-08-17 19:46:58 -03:00
Vicki Pfau
86d094100c GB Memory: Actually load latch time from savestate 2017-08-12 14:16:33 -07:00
Vicki Pfau
e80a241748 GB Memory: Fix HDMA count starting in mode 0 (fixes #855) 2017-08-12 14:16:33 -07:00
Vicki Pfau
33fcd5ed84 GB Video: Fix potential hang when ending mode 0 2017-08-12 14:16:32 -07:00
Vicki Pfau
dce3744677 Qt: Fix sprite export pausing game indefinitely (fixes #841) 2017-08-12 14:15:37 -07:00
Vicki Pfau
206b01a2d1 Qt: Fix timezone issues with time overrides 2017-08-04 13:44:02 -07:00
Vicki Pfau
25a716b6a8 GB, GBA Savedata: Fix savestate-related save overwriting (fixes #834) 2017-08-04 12:44:01 -07:00
Vicki Pfau
36c4d24d91 GB: Clean up startup messages 2017-08-04 12:43:28 -07:00
Vicki Pfau
3d8232eb3c GB Serialize: Fix deserializing video STAT 2017-08-03 14:37:51 -07:00
Vicki Pfau
b0a2df6190 GB MBC: Fix RTC loading when file size is off 2017-08-03 14:37:29 -07:00
Vicki Pfau
defc263711 GB MBC: Fix RTC initialization (fixes #825) 2017-08-03 14:37:29 -07:00
Vicki Pfau
799a436acd GB Test: Fix tests 2017-08-03 14:35:28 -07:00
Vicki Pfau
0d6a0ed375 GB, GBA: Fix crashes when attempting to identify null VFiles 2017-08-03 14:35:26 -07:00
Vicki Pfau
8684a0b221 SDL: Fix 2.0.5 build on macOS under some circumstances 2017-07-29 15:59:28 -07:00
Vicki Pfau
aa9994a486 GB Memory: Prevent accessing empty SRAM (fixes #831) 2017-07-29 15:33:14 -07:00
Vicki Pfau
ab5e392bbc Qt: Fix LOG argument order 2017-07-29 15:33:01 -07:00
Vicki Pfau
5a0a60ba62 GB Core: Fix palette loading when loading a foreign config 2017-07-29 15:33:01 -07:00
Vicki Pfau
e8871b980f GB Video: Fix 16-bit screenshots (fixes #826) 2017-07-29 15:32:40 -07:00
Vicki Pfau
8e7cdc61f3 GB MBC: Fix SRAM sizes 4 and 5 2017-07-26 13:55:52 -07:00
Vicki Pfau
a33304f567 GB Memory: Initialize peripheral pointers 2017-07-26 13:55:52 -07:00
Vicki Pfau
22af2db6f3 GB MBC: Pocket Cam memory should be accessible without enabling 2017-07-26 13:55:47 -07:00
Vicki Pfau
ef1041a47f Qt: Fix command line debugger closing second game 2017-07-23 00:02:13 -07:00