Commit Graph

6362 Commits

Author SHA1 Message Date
Vicki Pfau 56c6e3b497 Qt: Fix status messages not showing 2017-07-26 10:56:47 -07:00
Vicki Pfau 80cf9646a6 GB MBC: Fix SRAM sizes 4 and 5 2017-07-25 18:36:42 -07:00
Vicki Pfau bf8cc66a85 GB Memory: Initialize peripheral pointers 2017-07-25 18:36:41 -07:00
Vicki Pfau 010cb8f49d GB MBC: Pocket Cam memory should be accessible without enabling 2017-07-25 18:36:41 -07:00
Vicki Pfau 6c0d67cf5f GB Video: Fix dot clock timing being slightly wrong 2017-07-25 13:46:24 -07:00
Vicki Pfau 1a30dcc553 GB Serialize: Fix audio state loading 2017-07-25 13:44:23 -07:00
Vicki Pfau a7fb446029 Qt: Fix backup load state (fixes #823) 2017-07-25 11:15:50 -07:00
NieDzejkob 9de2189b2e Qt: Fix building with FFmpeg or ImageMagick disabled 2017-07-25 07:49:06 -07:00
Vicki Pfau f187fba4fb GB MBC: More detailed TAMA5 implementation, working saves 2017-07-24 13:48:59 -07:00
Vicki Pfau fd7d883e69 GB MBC: Initial TAMA5 support 2017-07-24 10:26:29 -07:00
Vicki Pfau 394a2e0bb8 Merge branch 'feature/input-revamp' into medusa 2017-07-24 07:55:12 -07:00
Vicki Pfau 5122c399f5 Merge branch 'master' into feature/input-revamp 2017-07-23 16:06:48 -07:00
Vicki Pfau ef82480a8b Travis: Nuke the Linux clang build
trusty + clang + C++14 is non-operational and Travis is so bad that they're
only concerned with whitelisting packages piecemeal instead of providing a
usable product, or a modern LTS like xenial
2017-07-23 14:51:35 -07:00
Vicki Pfau 9b0393d50f Qt: Redo GameController into multiple classes 2017-07-23 14:51:35 -07:00
Vicki Pfau 893fdd383f Qt: Fix command line debugger closing second game 2017-07-23 00:02:04 -07:00
Vicki Pfau a77c021a85 Python: Remove CMake line that does nothing 2017-07-21 22:14:50 -07:00
Vicki Pfau 9d8f99295b GBA: Reset active region as needed when loading a ROM 2017-07-21 17:16:50 -07:00
Vicki Pfau 38e56597b5 CMake: Fix cross compilation with libelf 2017-07-21 15:08:02 -07:00
Vicki Pfau fa0944c530 Qt: Don't rebuild library view if style hasn't changed 2017-07-21 14:27:17 -07:00
Vicki Pfau 1ea2a6597e GBA: Fix BIOS booting 2017-07-20 22:25:02 -07:00
Vicki Pfau 470dd7f550 Wii: Disable fixed ROM buffer 2017-07-19 14:20:23 -07:00
Vicki Pfau 76b8916dfe DS Video: Possibly fix 2D/3D blending alpha values, I really need to make tests 2017-07-17 16:56:25 -07:00
Vicki Pfau e472ca5b6c DS I/O: Enable POWCNT1 bit 1 at boot (fixes #616) 2017-07-17 16:36:34 -07:00
Vicki Pfau 7d360d6cb8 DS Video: Fix 2D/3D blending alpha values 2017-07-17 16:18:50 -07:00
Vicki Pfau 6054589b5b DS GX: Minor cleanup, add fog bit 2017-07-17 15:59:16 -07:00
Vicki Pfau 91ab6b29f3 DS GX: Fix incorrect W values 2017-07-17 15:59:16 -07:00
Vicki Pfau 6509c4fffa DS GX: Clear depth 2017-07-17 15:59:16 -07:00
Vicki Pfau 8322117aab DS Video: Fix affine parameter advancing (fixes #802) 2017-07-17 10:03:05 -07:00
Vicki Pfau 2f8a9b742e Python: Add DS skeleton 2017-07-16 23:28:09 -07:00
Vicki Pfau d75f43f779 Python: Fix importing .gb or .gba before .core 2017-07-16 23:23:40 -07:00
Vicki Pfau 57559610c0 Python: Fix importing .gb or .gba before .core 2017-07-16 23:22:43 -07:00
Vicki Pfau 4f3754b74a DS GX: Properly center cross product in polygon normal calculations 2017-07-16 19:57:50 -07:00
Vicki Pfau 5f05662242 DS Video: Fix display capture blending value 16 (fixes #757) 2017-07-16 17:13:28 -07:00
Gericom 9dfcef3f45 DS GX: Fixed viewport calculations (fixes #709) 2017-07-16 16:12:03 -07:00
Vicki Pfau de55e44152 DS Video: Simplify VRAM mapping 2017-07-16 15:58:49 -07:00
Vicki Pfau f80bcfaf5d DS Core: Add symbol loading 2017-07-16 14:44:01 -07:00
Vicki Pfau 3bc8ed4e92 Qt: Fix background 2017-07-16 14:43:34 -07:00
Vicki Pfau 45169bc0f2 Merge branch 'master' into medusa 2017-07-16 14:43:22 -07:00
Vicki Pfau 0f5dab6514 All: Minor text fixes 2017-07-16 12:05:26 -07:00
Vicki Pfau d78065e823 Util: Use elf.h if elf_repl.h is not found 2017-07-16 10:51:20 -07:00
Vicki Pfau 64409d9ca7 Core: ELF support 2017-07-16 09:45:25 -07:00
Vicki Pfau 9ed7c9129d Qt: Fix screen background improperly stretching 2017-07-15 20:38:45 -07:00
Vicki Pfau 220b786c9c Core: Add symbol lookups from scripts 2017-07-15 19:51:51 -07:00
Vicki Pfau 6a3002d398 Python: Add CLI debugger support 2017-07-15 07:30:32 -07:00
Vicki Pfau 2d49a41a30 SDL: Fix cheats not loading 2017-07-15 07:14:42 -07:00
Vicki Pfau 5d0ab48457 SDL: Fix crash when not in debugger mode 2017-07-15 07:13:28 -07:00
Vicki Pfau fe797de35e ARM: Remove unused functions 2017-07-12 20:43:26 -07:00
Vicki Pfau fb035eb0a3 Merge branch 'feature/input-revamp' into medusa 2017-07-12 20:43:13 -07:00
Vicki Pfau 298d5e9689 Qt: Fix input crashes when no game was loaded 2017-07-12 20:20:04 -07:00
Vicki Pfau bcb1617a69 Qt: Fix out of bounds indices in InputModel 2017-07-12 19:22:34 -07:00