Jeffrey Pfau
4332653af2
Util: Slightly optimize table lookups
2016-11-03 01:04:38 -07:00
Jeffrey Pfau
8eb38e0c3e
ARM Dynarec: Temporarily remove looping optimizations
2016-07-31 22:24:38 -07:00
Jeffrey Pfau
187b4bb7d3
POSIX: Use a fixed base for executable memory
2016-07-31 22:24:38 -07:00
Jeffrey Pfau
e04b053b89
ARM Dynarec: Implement Thumb SUB
2016-07-31 22:24:38 -07:00
Jeffrey Pfau
a77569216e
ARM Dynarec: Start cycle counting
2016-07-31 22:24:38 -07:00
Jeffrey Pfau
fed305a7e5
ARM Dynarec: Implement Thumb AND, BIC, EOR and ORR
2016-07-31 22:24:38 -07:00
Jeffrey Pfau
b09b24ce82
ARM Dynarec: Refactor emitter ALU ops
2016-07-31 22:24:38 -07:00
Jeffrey Pfau
bbd488dee3
ARM Dynarec: Refactor out ALU compilation
2016-07-31 22:24:38 -07:00
Jeffrey Pfau
52f5d943ba
ARM Dynarec: Refactor out a context
2016-07-31 11:17:02 -07:00
Jeffrey Pfau
6613530534
ARM Dynarec: Implement Thumb ADD
2016-07-31 11:17:02 -07:00
Jeffrey Pfau
188d326b9a
Merge branch 'master' into HEAD
2016-07-31 11:16:35 -07:00
Jeffrey Pfau
2ed7d51376
ARM7: Fix decoding of Thumb ADD (variants 5 and 6)
2016-07-31 00:27:16 -07:00
Jeffrey Pfau
ef3d47ff45
ARM Dynarec: Code cleanup
2016-07-30 17:14:22 -07:00
Jeffrey Pfau
a299a4e5ea
PSP2: Fix VSync
2016-07-30 16:56:23 -07:00
Jeffrey Pfau
274d55e5ab
PSP2: Fix base paths for drives in HENkaku
2016-07-30 16:46:00 -07:00
Jeffrey Pfau
af27f79c1c
Merge branch 'master' into feature/dynarec
2016-07-30 11:59:05 -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