Jeffrey Pfau
|
91a66c9346
|
GBA: Better portable GBARTC packing
|
2015-06-08 01:25:36 -07:00 |
Jeffrey Pfau
|
cd2533edce
|
GBA: Fix savestate ROM check
|
2015-06-08 01:24:03 -07:00 |
Jeffrey Pfau
|
596c7503b6
|
GBA: Ability to boot directly into the BIOS
|
2015-06-08 00:19:13 -07:00 |
Jeffrey Pfau
|
a51ae873bd
|
GBA Audio: Fix audio pitch changing when adjusting buffer size
|
2015-06-07 22:47:13 -07:00 |
Jeffrey Pfau
|
c0909c8713
|
All: Fix typo, disabling __builtin_expect on MSVS
|
2015-06-07 21:20:54 -07:00 |
Jeffrey Pfau
|
1a4ed6fe5e
|
Qt: Reshuffle some audio handling code
|
2015-06-07 15:18:10 -07:00 |
Jeffrey Pfau
|
870417d46e
|
GBA Thread: Fix uses of videoFrameOn being overridden
|
2015-06-07 14:26:43 -07:00 |
Jeffrey Pfau
|
982408281e
|
Merge branch 'feature/redo-sync'
|
2015-06-07 13:37:33 -07:00 |
Jeffrey Pfau
|
9c0ae33ddd
|
Qt: Fix Windows build
|
2015-06-06 23:44:01 -07:00 |
Jeffrey Pfau
|
e7798091d4
|
Qt: Start revamping sync
|
2015-06-06 23:37:11 -07:00 |
Jeffrey Pfau
|
36daee6de3
|
Merge commit 'a21d773ae8dd52b6e2e1e7b34f8bca4ec3d5b457'
|
2015-06-06 23:10:21 -07:00 |
Jeffrey Pfau
|
12505766e1
|
All: MSVS2015 fixes (via zeromus)
|
2015-06-06 21:43:24 -07:00 |
Jeffrey Pfau
|
bbcf40e0e7
|
Tools: Collapse install_name_tool calls in deploy-mac
Change suggested in Dolphin PR #2536
|
2015-06-06 12:54:46 -07:00 |
Jeffrey Pfau
|
17ee9d55e8
|
Tools: Clean up deploy-mac script symlink resolution
Change suggested in Dolphin PR #2536
|
2015-06-06 12:43:27 -07:00 |
Jeffrey Pfau
|
0c6c6fdcbc
|
Tools: Fix deploy-mac.py to accept absolute paths
|
2015-06-06 00:51:23 -07:00 |
Jeffrey Pfau
|
dbca794310
|
Merge pull request #35 from tony971/patch-1
Qt: Rename rewind variables
|
2015-06-05 13:31:07 -07:00 |
tony971
|
acb7c93670
|
Qt: Rename rewind variables
|
2015-06-05 16:13:45 -04:00 |
Jeffrey Pfau
|
a21d773ae8
|
OpenGL: Clear screen when resizing
|
2015-06-05 00:44:45 -07:00 |
Jeffrey Pfau
|
d05e596b38
|
Qt: Use common OpenGL code
|
2015-06-05 00:44:45 -07:00 |
Jeffrey Pfau
|
ea0b6a14cc
|
OpenGL: Start modular renderer
|
2015-06-05 00:44:45 -07:00 |
Jeffrey Pfau
|
71e372bcf4
|
All: Add CONTRIBUTING.md
|
2015-06-05 00:44:32 -07:00 |
Jeffrey Pfau
|
855923e4b0
|
GBA Memory: Fix potential DMA issue when loading a savestate
|
2015-06-04 23:37:42 -07:00 |
Jeffrey Pfau
|
688fcbb89c
|
Qt: Fix variable to be static
|
2015-06-04 23:34:54 -07:00 |
Jeffrey Pfau
|
4ec19aac71
|
Qt: Add fast forward speed caps up to 10x
|
2015-06-03 20:55:44 -07:00 |
Jeffrey Pfau
|
ab028c9d80
|
GBA: Add more savestate checks
|
2015-06-03 20:50:34 -07:00 |
Jeffrey Pfau
|
3b29ba1aa2
|
Util: Allow disabling the threading code entirely
|
2015-06-03 20:37:45 -07:00 |
Jeffrey Pfau
|
6530bfe94a
|
GBA: Remove bad savestate corruption check
|
2015-06-03 20:31:49 -07:00 |
Jeffrey Pfau
|
31993afd2a
|
GBA Video: Fix out-of-bounds tiles in mosaic
|
2015-06-02 22:52:13 -07:00 |
Jeffrey Pfau
|
a3a615fa7f
|
Tools: Make deploy-mac work with symlinks
|
2015-06-02 22:24:28 -07:00 |
Jeffrey Pfau
|
6ad402170c
|
GBA: Fix ROM size check
|
2015-06-02 22:20:19 -07:00 |
Jeffrey Pfau
|
c0818c3a0c
|
GBA: Ensure proper audio timing in savestates
|
2015-06-02 22:13:29 -07:00 |
Jeffrey Pfau
|
cd43d07561
|
GBA: Check for savestates made from differently sized ROMs
|
2015-06-02 21:50:42 -07:00 |
Jeffrey Pfau
|
a51066820a
|
Qt: Replace pause-after-frame mutex with an atomic
|
2015-06-01 23:55:44 -07:00 |
Jeffrey Pfau
|
3af3fab3cf
|
Qt: Fix held-rewind getting into bad pause states
|
2015-06-01 23:40:48 -07:00 |
Jeffrey Pfau
|
502ca7abd7
|
GBA: Check for improperly sized savestates when loading
|
2015-06-01 20:53:41 -07:00 |
Jeffrey Pfau
|
ee6e53cfc8
|
GBA: Check for corrupted savestates when loading
|
2015-06-01 20:52:45 -07:00 |
Jeffrey Pfau
|
ab6eac53ee
|
GBA: Cap audio FIFO read size during deserialization
|
2015-06-01 00:33:16 -07:00 |
Jeffrey Pfau
|
1157ab06d2
|
Perf: Ability to load savestates immediately on launch
|
2015-05-31 23:49:31 -07:00 |
Jeffrey Pfau
|
d67481c9de
|
GBA Thread: Fix GBARunOnThread to not trample old state
|
2015-05-31 21:44:34 -07:00 |
Jeffrey Pfau
|
3dc8d7d4c9
|
Qt: Only hide cursor in full screen
|
2015-05-31 19:55:05 -07:00 |
Jeffrey Pfau
|
24b1fb7b30
|
Qt: Fix some button binding bugs
|
2015-05-31 13:38:40 -07:00 |
Jeffrey Pfau
|
67e13114ef
|
Qt: Fix some rewind timer bugs
|
2015-05-31 13:21:06 -07:00 |
Jeffrey Pfau
|
041b58ebce
|
Qt: Fix maximum year in sensor override
|
2015-05-30 23:36:41 -07:00 |
Jeffrey Pfau
|
d135fd6a63
|
Qt: Fix windows being resizable when they shouldn't have been
|
2015-05-30 23:33:08 -07:00 |
Jeffrey Pfau
|
ffa2f62cf1
|
Qt: Fix palette view sizing
|
2015-05-30 19:46:03 -07:00 |
Jeffrey Pfau
|
f8362d680b
|
Qt: Export to ACT
|
2015-05-30 17:42:31 -07:00 |
Jeffrey Pfau
|
632316eef0
|
GBA: Export to ACT
|
2015-05-30 17:42:18 -07:00 |
Jeffrey Pfau
|
bbac206364
|
Qt: Unified file opening and saving with last location
|
2015-05-30 00:45:53 -07:00 |
Jeffrey Pfau
|
0378fa229d
|
Qt: Cap the maximum number of multiplayer windows
|
2015-05-30 00:35:04 -07:00 |
Jeffrey Pfau
|
27b4f35139
|
Qt: Migrate multiplayer window handling into GBAApp
|
2015-05-29 22:58:07 -07:00 |