Jeffrey Pfau
274d55e5ab
PSP2: Fix base paths for drives in HENkaku
2016-07-30 16:46:00 -07:00
Jeffrey Pfau
ce8db37634
PSP2: Fix GPU crash while exiting
2016-07-30 09:48:56 -07:00
Jeffrey Pfau
61bfd9d87d
Qt: Make audio channel/video layer options shortcut mappable
2016-07-30 02:07:52 -07:00
Jeffrey Pfau
42f5934b25
All: Faster memory read/write
2016-07-30 00:51:45 -07:00
Jeffrey Pfau
012c70a0ce
Perf: Fix 3DS build
2016-07-29 22:03:25 -07:00
Jeffrey Pfau
da0e39bc59
PSP2: Cleanup PGF fixes a bit
2016-07-29 21:59:37 -07:00
Jeffrey Pfau
8862dc49aa
Util: Fix realloc semantics in utf16to8 (again)
2016-07-29 21:27:47 -07:00
Jeffrey Pfau
f4e26656e4
PSP2: Use PGF fonts
2016-07-29 21:27:37 -07:00
Jeffrey Pfau
690346fd4e
Merge branch 'feature/citro3d'
2016-07-28 22:40:47 -07:00
Jeffrey Pfau
a7d1b82329
Merge branch 'feature/vpk'
2016-07-28 22:20:14 -07:00
Jeffrey Pfau
f5e7b313c2
PSP2: Packaging fixes
2016-07-28 22:19:57 -07:00
Jeffrey Pfau
f25a7f7778
3DS: Improve menu performance
2016-07-28 22:00:47 -07:00
Jeffrey Pfau
376c3e715e
3DS: Use system font for menus
2016-07-28 00:32:00 -07:00
Jeffrey Pfau
4f1dffa5bd
3DS: Allow UTF-16 filenames
2016-07-27 22:19:57 -07:00
Jeffrey Pfau
7930c5a350
3DS: Port to using citro3D
2016-07-27 01:04:52 -07:00
Jeffrey Pfau
100eab76fe
PSP2: Add LiveArea branding
2016-07-24 14:59:21 -07:00
Jeffrey Pfau
df695802dd
PSP2: Initial changes for VPK packaging
2016-07-24 13:40:45 -07:00
Jeffrey Pfau
2f3c4982bd
GBA: Tile cache improvements
2016-07-24 01:40:18 -07:00
Jeffrey Pfau
4a7dc8bff6
Qt: Thread startup improvements
2016-07-23 19:02:28 -07:00
Jeffrey Pfau
d175a0ac85
GBA Audio: Force audio DMAs to not increment destination
2016-07-23 00:28:53 -07:00
Jeffrey Pfau
f388d65f5f
GBA Video: Add missing files
2016-07-22 23:50:22 -07:00
Jeffrey Pfau
c7f6c499c3
Update CHANGES
2016-07-22 23:49:08 -07:00
Jeffrey Pfau
701869a6ef
Qt: Improve tile view
2016-07-22 23:43:00 -07:00
Jeffrey Pfau
ccf66299e6
Qt: Very broken tile viewer resizing
2016-07-22 23:09:31 -07:00
Jeffrey Pfau
b1f750e441
Qt: First pass at a tile view
2016-07-22 02:18:35 -07:00
Jeffrey Pfau
739df1ed74
Merge remote-tracking branch 'github/pr/297'
2016-07-21 22:09:15 -07:00
Jeffrey Pfau
fc32c1ddd9
Qt: Put back patch autoloading
2016-07-21 21:59:01 -07:00
Touched
5e4e00938c
Debugger: Support additional GDB stub packets
...
Implements memory writing packets 'X' and 'M', and register writing
packets 'G' and 'P'.
Fixes the checksum verification to allow inclusion of '\0', which is
needed for the binary data argument of packet 'X'.
2016-07-20 16:43:03 +02:00
Jeffrey Pfau
d3763b0f5d
All: Fix CMake install path handling some
2016-07-17 19:08:08 -07:00
Jeffrey Pfau
f95be3071a
Qt: Simplify OpenGL context creation
2016-07-17 19:08:08 -07:00
endrift
6f8b4114fc
Merge pull request #296 from Polynomial-C/master
...
Don't include internal zip library when USE_MINIZIP is defined.
2016-07-12 14:03:11 -07:00
Lars Wendler
9b9de7f2db
Don't include internal zip library when USE_MINIZIP is defined.
...
According to CmakeLists.txt file USE_MINIZIP enables linking against system
minizip library but the code in src/util/vfs/vfs-zip.c doesn't reflect
that.
2016-07-12 15:50:27 +02:00
Jeffrey Pfau
5ca36e9418
All: Update CHANGES for 0.4.1
2016-07-11 17:51:00 -07:00
Jeffrey Pfau
2dc729f17a
VFS: VFileFromFD should not open directories
2016-07-09 15:19:31 -07:00
Jeffrey Pfau
4e4a266d53
Qt: Make -g flag work in Qt build
2016-07-09 14:58:12 -07:00
Jeffrey Pfau
f64629448f
Qt: Split out ROM types in load menu
2016-07-09 14:41:51 -07:00
Jeffrey Pfau
6fe17bc0f8
GBA Audio: Reset audio FIFO DMA if an invalid destination is set
2016-07-08 21:35:22 -07:00
Jeffrey Pfau
fcd1ce8073
SDL: Fix sporadic crash when deinitializing audio
2016-06-27 22:17:13 -07:00
Jeffrey Pfau
c82ee873e1
Util: Fix intermittent build failure on OS X
2016-06-26 20:32:06 -07:00
endrift
0694a87ec2
Merge pull request #290 from tzlion/feature/vfame-gba-support
...
GBA Memory: Add emulation of Vast Fame protected carts
2016-06-25 16:29:01 -07:00
taizou
c5092559ef
GBA Memory: Add emulation of Vast Fame protected carts
2016-06-25 23:39:48 +01:00
Jeffrey Pfau
31cf1622a7
GB Video: Call finishFrame at end of vblank
2016-06-25 01:34:29 -07:00
Jeffrey Pfau
f5663675a5
GB I/O: Fix STAT writing
2016-06-25 01:34:13 -07:00
Jeffrey Pfau
74caccd6df
GB: Palette I/O fixes
2016-06-25 00:58:50 -07:00
Jeffrey Pfau
ca46fedd34
SDL: Modernize software renderer
2016-06-20 21:34:06 -07:00
Jeffrey Pfau
e1a4acec9f
GB Audio: Rearrange WriteNR14 and fix GBC timing
2016-06-19 22:42:03 -07:00
Jeffrey Pfau
fb7ecb8079
GBA: Add overrides for DBZ: Legacy of Goku II and Ueki no Housoku
2016-06-19 15:05:48 -07:00
Jeffrey Pfau
415298ebcd
GBA BIOS: Fix ArcTan2 accuracy and boundary conditions
2016-06-16 00:19:20 -07:00
Jeffrey Pfau
eb6cedde2e
VFS: VFile.sync now updates modified time
2016-06-15 22:46:24 -07:00
Jeffrey Pfau
6b1cbbd5e2
ARM7: Fix setting spsr privilege bits when spsr is empty
2016-06-10 10:18:21 -07:00