Jeffrey Pfau
|
4d0f855923
|
Debugger: Add rewind command
|
2015-01-08 20:06:05 -08:00 |
Jeffrey Pfau
|
da094de3da
|
Debugger: Fix binary print putting spaces between digits
|
2015-01-08 01:03:27 -08:00 |
Jeffrey Pfau
|
12fce1fba0
|
Qt: Migrate axis bindings to GamepadAxisEvent
|
2015-01-08 00:24:43 -08:00 |
Jeffrey Pfau
|
f2e24f9c55
|
GBA BIOS: Implement SoftReset
|
2015-01-07 22:33:16 -08:00 |
Jeffrey Pfau
|
afc0a9df57
|
GBA BIOS: Implement (most of) RegisterRamReset
|
2015-01-07 22:24:18 -08:00 |
Jeffrey Pfau
|
600080ba0c
|
GBA BIOS: Implement Diff8bitUnFilterVram
|
2015-01-07 21:43:21 -08:00 |
Jeffrey Pfau
|
fb35a8b3f7
|
GBA BIOS: Clean up decompression routines and add writeback
|
2015-01-07 21:31:39 -08:00 |
Jeffrey Pfau
|
7059fcc257
|
GBA BIOS: Fix Diff16bitUnFilter
|
2015-01-07 21:30:04 -08:00 |
Jeffrey Pfau
|
9da3e5e1f9
|
Util: Fix socket code to not use struct designated initialization
|
2015-01-07 02:06:38 -08:00 |
Jeffrey Pfau
|
aa12eeef3a
|
Qt: Update debugger portions to use threadInterrupt/threadContinue
|
2015-01-07 02:05:52 -08:00 |
Jeffrey Pfau
|
7a7dcea212
|
GBA: Remove unused GBAError struct
|
2015-01-07 02:05:18 -08:00 |
Jeffrey Pfau
|
f9120b842f
|
ARM: Create component hotplugging and use it for attaching and detaching the debugger
|
2015-01-07 02:05:04 -08:00 |
Jeffrey Pfau
|
30c28f2259
|
GBA Memory: Filter out top nybble of DMA addresses
|
2015-01-07 00:58:31 -08:00 |
Anthony J. Bentley
|
ce28d6d966
|
All: Clarify that -p takes an argument. (Merge pull request #2)
|
2015-01-07 00:13:47 -08:00 |
Jeffrey Pfau
|
c3fef5febd
|
GBA Video: Properly combine OBJWIN blend flags with BG blend flags
|
2015-01-07 00:09:10 -08:00 |
Jeffrey Pfau
|
fac82c2ca1
|
GBA BIOS: Implement Diff8bitUnFilterWram and Diff16bitUnFilter
|
2015-01-06 23:07:59 -08:00 |
Jeffrey Pfau
|
f97ba6517b
|
Qt: Expose rewind (fixes #136)
|
2015-01-05 23:14:07 -08:00 |
Jeffrey Pfau
|
d6e24b2051
|
GBA Thread: Rewind API enhancements
|
2015-01-05 23:11:56 -08:00 |
Jeffrey Pfau
|
5c699e9d6c
|
GBA: Fix rewind boundary conditions
|
2015-01-05 22:56:56 -08:00 |
Jeffrey Pfau
|
24fc26d560
|
GBA Video: Properly separate OBJWIN blend flags from BG blend flags
|
2015-01-05 04:19:15 -08:00 |
Jeffrey Pfau
|
ec5445d5ad
|
Qt: Allow tab and backtab to be mapped for key sequences
|
2015-01-05 02:27:50 -08:00 |
Jeffrey Pfau
|
851d942cdd
|
Qt: Fix a few more UX grievances
|
2015-01-05 02:06:37 -08:00 |
Jeffrey Pfau
|
c90d105e34
|
Qt: Add clear button for shortcut editor
|
2015-01-05 01:57:25 -08:00 |
Jeffrey Pfau
|
3854c7e401
|
Qt: Fix a handful of UX issues with gamepad mapping
|
2015-01-05 01:17:53 -08:00 |
Jeffrey Pfau
|
e263467f13
|
Qt: Fix focus loss after cancelling a save state load/save
|
2015-01-05 01:01:49 -08:00 |
Jeffrey Pfau
|
721145a319
|
Qt: Persist shortcut configurations to a settings file
|
2015-01-05 00:13:57 -08:00 |
Jeffrey Pfau
|
92f877e6a7
|
Qt: Move MRU to QSettings
|
2015-01-04 23:23:08 -08:00 |
Jeffrey Pfau
|
4da22679b9
|
Qt: Only send button events if there is a widget in focus
|
2015-01-04 22:45:20 -08:00 |
Jeffrey Pfau
|
ac686e3942
|
Qt: Clear axis direction when setting a button value (fixes #179)
|
2015-01-04 22:35:41 -08:00 |
Jeffrey Pfau
|
c96c1f6211
|
Qt: Fix some cases where key mapping can break if focus is adjusted
|
2015-01-04 22:30:23 -08:00 |
Jeffrey Pfau
|
4fdb4991f4
|
GBA: Detect when a BIOS file is not actually a BIOS file
|
2015-01-04 19:11:46 -08:00 |
Jeffrey Pfau
|
98a6510b92
|
Qt: Fix race condition when a game crashes immediately
|
2015-01-04 19:11:46 -08:00 |
Jeffrey Pfau
|
811ad23e61
|
Qt: Shortcut view now supports held events
|
2015-01-04 16:49:10 -08:00 |
Jeffrey Pfau
|
a1480e2698
|
Qt: Get submenus working with the shortcut editor
|
2015-01-04 15:46:35 -08:00 |
Jeffrey Pfau
|
33c4b17941
|
Qt: Add GamepadButtonEvent and remove signal associated; use this for button controls in emulator
|
2015-01-04 04:23:20 -08:00 |
Jeffrey Pfau
|
53c586044d
|
Qt: Allow shortcuts to be controlled with a gamepad
|
2015-01-04 02:16:43 -08:00 |
Jeffrey Pfau
|
d15c4f4bfb
|
Qt: Refactor out gamepad monitoring code into a new class
|
2015-01-04 01:14:36 -08:00 |
Jeffrey Pfau
|
0ce8ca36fa
|
Qt: Start on key shortcut editor
|
2015-01-03 23:57:37 -08:00 |
Jeffrey Pfau
|
bb78cc1bd3
|
Qt: Move settings items to consistent location in Tools
|
2015-01-03 14:59:27 -08:00 |
Jeffrey Pfau
|
caef397ad4
|
Qt: Fix build on OS X with Qt 5.4
|
2015-01-03 13:08:47 -08:00 |
Jeffrey Pfau
|
9ec24a5b97
|
Qt: Minor code cleanup for setTurbo
|
2015-01-02 02:04:09 -08:00 |
Jeffrey Pfau
|
569e6ef7db
|
Qt: Clear active buttons when focus is lost
|
2015-01-02 02:03:12 -08:00 |
Jeffrey Pfau
|
3384863382
|
GBA Audio: Fix GB audio channels being too quiet
|
2015-01-01 23:19:16 -08:00 |
Jeffrey Pfau
|
9933c58eec
|
Qt: Fix integer overflow in frame -> seconds calculation
|
2015-01-01 22:40:55 -08:00 |
Jeffrey Pfau
|
682ed7dcee
|
Qt: Add "Now" button to RTC overrides
|
2015-01-01 16:26:42 -08:00 |
Jeffrey Pfau
|
d676d26f5f
|
Qt: Use low logLevel for GBA object, overridden by GBAThread
|
2015-01-01 16:05:36 -08:00 |
Jeffrey Pfau
|
642ba374e7
|
GBA: Allow GBAThread to override GBA object logLevel
|
2015-01-01 16:05:07 -08:00 |
Jeffrey Pfau
|
b51710e92f
|
GBA: Use GBALog with appropriate GBA object in new GPIO code
|
2015-01-01 16:04:05 -08:00 |
Jeffrey Pfau
|
6938c8bea6
|
Video: Fix FFmpeg crashing when the file extension is wrong
|
2015-01-01 14:51:20 -08:00 |
Jeffrey Pfau
|
24e10fe0df
|
Qt: Fix Windows build
|
2015-01-01 03:36:48 -08:00 |
Jeffrey Pfau
|
da5d109d69
|
GBA: Add frame counter and more GPIO state to savestates
|
2015-01-01 03:21:29 -08:00 |
Jeffrey Pfau
|
8c0f082a83
|
Qt: RTC overrides
|
2015-01-01 03:01:40 -08:00 |
Jeffrey Pfau
|
f534638342
|
Qt: Add tilt sensor properly into the Game Pak override interface
|
2015-01-01 00:43:33 -08:00 |
Jeffrey Pfau
|
85c3ed4178
|
GBA Video: Fix sprite boundary conditions with mosaic
|
2014-12-31 20:53:50 -08:00 |
Jeffrey Pfau
|
bbfd7d8e2c
|
GBA Video: Fix window interactions with 16-color mode 0 mosaic
|
2014-12-31 19:59:26 -08:00 |
Jeffrey Pfau
|
eeb7060bda
|
SDL: Fix blip audio buffer repeat while paused
|
2014-12-31 14:51:52 -08:00 |
Jeffrey Pfau
|
c141063101
|
GBA: Implement tilt sensor
|
2014-12-31 14:43:02 -08:00 |
Jeffrey Pfau
|
c9b8254971
|
GBA Audio: Remove sample rate adjustment code
|
2014-12-31 13:41:34 -08:00 |
Jeffrey Pfau
|
d83b00e4fa
|
GBA: Put in tilt sensor stubs
|
2014-12-31 04:43:06 -08:00 |
Jeffrey Pfau
|
38a4e9988f
|
All: Silence a few warnings
|
2014-12-31 03:11:06 -08:00 |
Jeffrey Pfau
|
aaf96b43cd
|
Qt: Fix bug with frame not resizing properly
|
2014-12-31 02:27:29 -08:00 |
Jeffrey Pfau
|
794b9f0e64
|
Qt: Actually enable light sensor control widgets
|
2014-12-31 00:56:39 -08:00 |
Jeffrey Pfau
|
7935d58eac
|
Qt: Light sensor setting from GUI
|
2014-12-30 23:24:39 -08:00 |
Jeffrey Pfau
|
d759305e23
|
Qt: Game Pak override dialog, half implemented
|
2014-12-30 22:56:55 -08:00 |
Jeffrey Pfau
|
a55a3cb4d4
|
GBA: Refactor out savetype forcing
|
2014-12-30 22:56:17 -08:00 |
Jeffrey Pfau
|
1e60a30114
|
GBA Video: Fix sprite mis-ordering behavior in some cases (fixes #168)
|
2014-12-29 23:33:12 -08:00 |
Jeffrey Pfau
|
38cb3eeaa8
|
Merge branch 'feature/blip-buf'
|
2014-12-29 02:38:38 -08:00 |
Jeffrey Pfau
|
4fa9401971
|
Qt: Fix OS X build in some unusual circumstances
|
2014-12-29 02:34:16 -08:00 |
Jeffrey Pfau
|
73a6b47879
|
GBA Audio: Rip out FFmpeg resampler
|
2014-12-29 01:51:50 -08:00 |
Jeffrey Pfau
|
b92ed79a85
|
GBA Audio: Add blip_buf support
|
2014-12-29 01:45:24 -08:00 |
Jeffrey Pfau
|
37d21b24b8
|
Qt: Remove absolute path for bundle installation to make CPack work
|
2014-12-27 19:11:48 -08:00 |
Jeffrey Pfau
|
27eb75fcde
|
Qt: Replace macdeployqt with tools/deploy-mac.py
|
2014-12-27 18:17:47 -08:00 |
Jeffrey Pfau
|
747fcca3b2
|
Debugger: Add CLI functions for writing to memory
|
2014-12-26 01:40:50 -08:00 |
Jeffrey Pfau
|
63d4929c0c
|
GBA: Ability to use an external source for the RTC
|
2014-12-26 01:37:24 -08:00 |
Jeffrey Pfau
|
90a3872552
|
GBA: Fix GPIO being readable when set to write-only
|
2014-12-25 14:49:06 -08:00 |
Jeffrey Pfau
|
f25821524d
|
Debugger: Fix watchpoints triggering too late
|
2014-12-25 14:48:30 -08:00 |
Jeffrey Pfau
|
ca51098ca0
|
GBA: Hook up light sensor API
|
2014-12-25 04:17:33 -08:00 |
Jeffrey Pfau
|
9b1769d67d
|
GBA: Implement light sensor GPIO interface with a hardcoded value for the moment
|
2014-12-25 04:17:32 -08:00 |
Jeffrey Pfau
|
a6f895da7d
|
Debugger: Align PC-relative loads in Thumb
|
2014-12-25 04:17:32 -08:00 |
Jeffrey Pfau
|
8515036cb9
|
Qt: Further CMakeLists fixes
|
2014-12-25 04:03:07 -08:00 |
Jeffrey Pfau
|
b6d189d88b
|
GBA Video: Fix windows not disabling target 1 appropriately (fixes #161)
|
2014-12-24 20:27:52 -08:00 |
Jeffrey Pfau
|
b8076be860
|
All: Use COMPONENT for selecting installation pieces
|
2014-12-24 18:40:36 -08:00 |
Jeffrey Pfau
|
9edf42b454
|
Video: Fix uncompressed PCM audio recording
|
2014-12-24 00:06:26 -08:00 |
Jeffrey Pfau
|
6656f53f61
|
Qt: Fix uninitialized value
|
2014-12-23 23:15:40 -08:00 |
Jeffrey Pfau
|
d6def0d407
|
Video: Ensure FFmpeg encoder has audio frames
|
2014-12-23 23:15:40 -08:00 |
Jeffrey Pfau
|
55df6ce26b
|
Qt: Guard GDBController class with an ifdef
|
2014-12-23 23:00:24 -08:00 |
Jeffrey Pfau
|
280c803305
|
Qt: Fix FPS target and SDL initialization audio issues
|
2014-12-23 21:58:29 -08:00 |
Jeffrey Pfau
|
5b3a2e04b1
|
GBA Audio: Redo lavr audio loop
|
2014-12-23 21:57:42 -08:00 |
Jeffrey Pfau
|
e89e7cc18a
|
GBA: Fix prefetch value on bus
|
2014-12-23 03:00:51 -08:00 |
Jeffrey Pfau
|
c942758af0
|
GBA Memory: Implement 16- and 32-bit loads from SRAM
|
2014-12-23 02:59:26 -08:00 |
Jeffrey Pfau
|
65bb4b4996
|
Qt: Add FPS target back to settings view
|
2014-12-23 00:26:47 -08:00 |
Jeffrey Pfau
|
2414df6527
|
Qt: Fix maxing out at 120 FPS on OS X
|
2014-12-23 00:23:31 -08:00 |
Jeffrey Pfau
|
ee8dedeea1
|
GBA Video: Fix blend issues with obscured middle layers
|
2014-12-23 00:10:08 -08:00 |
Jeffrey Pfau
|
6cc8890226
|
Qt: Add MRU list
|
2014-12-22 23:00:31 -08:00 |
Jeffrey Pfau
|
0d4999ff33
|
Qt: Clarify some phrasing in the menus
|
2014-12-21 22:24:19 -08:00 |
Jeffrey Pfau
|
c91c46ce97
|
GBA Audio: Audio buffer sizes are now correct sizes for both sample rates
|
2014-12-21 21:30:59 -08:00 |
Jeffrey Pfau
|
892a5e5d5e
|
GBA Audio: Make larger buffer sizes than 2048 actually work properly
|
2014-12-21 21:27:55 -08:00 |
Jeffrey Pfau
|
c7a49ce8f2
|
Qt: Set default log level to FATAL, ERROR and WARN
|
2014-12-21 20:22:49 -08:00 |
Jeffrey Pfau
|
9a0640f834
|
GBA: Add option to skip BIOS start screen
|
2014-12-21 20:21:27 -08:00 |
Jeffrey Pfau
|
f53f9555a2
|
GBA: Add bilinear resampling option
|
2014-12-21 16:50:55 -08:00 |
Jeffrey Pfau
|
7c8f1d9726
|
Qt: Rudimentary settings window
|
2014-12-21 16:29:56 -08:00 |
Jeffrey Pfau
|
22826f2e7a
|
Qt: Fix config options being erroneously added as null
|
2014-12-21 16:01:55 -08:00 |
Jeffrey Pfau
|
4420309dc5
|
Qt: Properly set default video recording settings
|
2014-12-21 15:24:49 -08:00 |
Jeffrey Pfau
|
830511472a
|
GBA Memory: Properly initialize 1 Mb flash, and add debug logging
|
2014-12-21 14:49:54 -08:00 |
Jeffrey Pfau
|
c52a5d2859
|
GBA Audio: Support 16-bit writes to FIFO audio
|
2014-12-21 03:19:56 -08:00 |
Jeffrey Pfau
|
ce0ad004e4
|
GBA Audio: Better audio resampling via FFmpeg
|
2014-12-21 02:13:27 -08:00 |
Jeffrey Pfau
|
660ac6a6be
|
GBA Audio: Change internal audio sample buffer from 32-bit to 16-bit samples
|
2014-12-21 02:13:27 -08:00 |
Jeffrey Pfau
|
2fb098cb01
|
GBA Config: Expose emulator config directory
|
2014-12-20 18:41:41 -08:00 |
Jeffrey Pfau
|
0a3cf87745
|
Debugger: Negative PC-relative loads now properly subtract the offset
|
2014-12-20 15:10:54 -08:00 |
Jeffrey Pfau
|
48c0dcf320
|
GBA BIOS: Fix BIOS prefetch after returning from a SWI
|
2014-12-20 06:08:55 -08:00 |
Jeffrey Pfau
|
28ac288d2c
|
ARM7: Extend prefetch by one stage
|
2014-12-20 05:19:16 -08:00 |
Jeffrey Pfau
|
f57b47b3f2
|
GBA Memory: Fix value obtained from missing SRAM
|
2014-12-20 05:17:29 -08:00 |
Jeffrey Pfau
|
da612b51e8
|
Debugger: Add CLI "frame", frame advance command
|
2014-12-20 01:43:48 -08:00 |
Jeffrey Pfau
|
9aed9754d0
|
Qt: Handle a game crash without crashing
|
2014-12-19 20:36:38 -08:00 |
Jeffrey Pfau
|
802e4b8720
|
GBA: Exit cleanly on FATAL if the port supports it
|
2014-12-19 20:36:38 -08:00 |
Jeffrey Pfau
|
6bb61bc670
|
GBA Memory: Don't call into GPIO write calls if GPIO devices are absent
|
2014-12-19 20:36:38 -08:00 |
Jeffrey Pfau
|
7c7af90b5c
|
Qt: Set strong focus policy on main Window
|
2014-12-18 02:17:17 -08:00 |
Jeffrey Pfau
|
58d8cdde82
|
Qt: Focusing a button when mapping a gamepad now works
|
2014-12-18 01:31:20 -08:00 |
Jeffrey Pfau
|
61fc28e03e
|
Qt: Ensure holding down a button while mapping only takes effect once
|
2014-12-18 01:20:37 -08:00 |
Jeffrey Pfau
|
e80cf92eee
|
Qt: Return active axis values as signs, to ensure sets are consistent
|
2014-12-18 01:20:08 -08:00 |
Jeffrey Pfau
|
0ae81e6e8f
|
Qt: Improved versioning information
|
2014-12-17 21:25:43 -08:00 |
Jeffrey Pfau
|
3d21ce1fd0
|
ARM7: Fix LDM writeback to a register already written
|
2014-12-17 21:15:49 -08:00 |
Jeffrey Pfau
|
9eca161dc9
|
GBA BIOS: Fix HLE Lz77 and RL functions to properly account for width and invalid addresses
|
2014-12-17 02:36:22 -08:00 |
Jeffrey Pfau
|
9bd5b02644
|
GBA Video: Remove stale renderers
|
2014-12-16 23:30:18 -08:00 |
Jeffrey Pfau
|
9c1ec8c96d
|
GBA Thread: Allow halted games to exit cleanly
|
2014-12-16 22:36:46 -08:00 |
Jeffrey Pfau
|
43b0d070b8
|
SDL: Add scale presets for up to 6x
|
2014-12-16 22:25:35 -08:00 |
Jeffrey Pfau
|
65a8a4e76b
|
Qt: Add scale presets for up to 6x
|
2014-12-16 22:23:58 -08:00 |
Jeffrey Pfau
|
0351d2e0ec
|
Qt: Fix emulator crashing when full screen if a game is not running
|
2014-12-16 22:13:42 -08:00 |
Jeffrey Pfau
|
d0604c35af
|
Qt: Add ability to lock aspect ratio (fixes #147)
|
2014-12-16 01:33:08 -08:00 |
Jeffrey Pfau
|
1ee69deffb
|
Qt: Fix issue with set frame sizes being the wrong height
|
2014-12-16 00:21:29 -08:00 |
Jeffrey Pfau
|
fcac245b98
|
Qt: Fix crash when mapping gamepad if no key is selected
|
2014-12-16 00:12:57 -08:00 |
Jeffrey Pfau
|
412aa147ea
|
Qt: Axis mapping
|
2014-12-14 21:16:17 -08:00 |
Jeffrey Pfau
|
1c1fbfe163
|
GBA Input: Add ability to save configured axes
|
2014-12-14 00:56:06 -08:00 |
Jeffrey Pfau
|
a9106d526c
|
GBA Input: Add key names
|
2014-12-14 00:55:48 -08:00 |
Jeffrey Pfau
|
1b6389164c
|
Util: Enumerating a Table should list the key, too
|
2014-12-14 00:41:03 -08:00 |
Jeffrey Pfau
|
2b6462c3a8
|
Qt: Fix axes overriding hats
|
2014-12-14 00:28:15 -08:00 |
Jeffrey Pfau
|
0aea272583
|
SDL: Axis mapping loading
|
2014-12-14 00:27:57 -08:00 |
Jeffrey Pfau
|
9b74e27d7a
|
Qt: Disable sync to video by default
|
2014-12-14 00:01:48 -08:00 |
Jeffrey Pfau
|
a10a84aa89
|
SDL: Add gamepad axis support, not currently mappable
|
2014-12-14 00:00:48 -08:00 |
Jeffrey Pfau
|
e25fa272a8
|
Qt: Fix Qt::5Multimedia build
|
2014-12-13 16:07:04 -08:00 |
Jeffrey Pfau
|
a66fa48aa5
|
Qt: Fix build if USE_GDB_STUB is disabled
|
2014-12-12 14:33:52 -08:00 |
Jeffrey Pfau
|
8ea97f0047
|
Perf: Fix deadlock when interrupting the process
|
2014-12-12 01:10:53 -08:00 |
Jeffrey Pfau
|
31f0e179c0
|
GBA Thread: Wake up threads waiting for frames when ending a GBA thread
|
2014-12-11 22:34:07 -08:00 |
Jeffrey Pfau
|
7faee5a426
|
GBA: Fix I/O register lookup table
|
2014-12-11 16:08:37 -08:00 |
Jeffrey Pfau
|
ad2c401505
|
GBA Thread: Properly stop thread when video wait is enabled
|
2014-12-11 04:57:37 -08:00 |
Jeffrey Pfau
|
4d7fbf37db
|
All: Add Debian-style dependencies for CPack
|
2014-12-10 21:26:55 -08:00 |
Jeffrey Pfau
|
e0851f2f44
|
Qt: Fix build if QtMultimedia is not installed
|
2014-12-10 19:55:48 -08:00 |
Jeffrey Pfau
|
29ea8d1539
|
Video: Make FFmpeg encoder work with libav
|
2014-12-10 19:55:27 -08:00 |
Jeffrey Pfau
|
8cf1e449f0
|
Qt: Set default audio buffer size to 2048 to ensure smoothness on as many platforms as possible
|
2014-12-10 17:21:32 -08:00 |
Jeffrey Pfau
|
6d23328bda
|
GBA Memory: Force disable a repeating DMA when it would repeat infinitely
|
2014-12-10 06:44:39 -08:00 |
Jeffrey Pfau
|
07464e8f2b
|
GBA: Cap out the ROM loaded size
|
2014-12-10 01:46:12 -08:00 |
Jeffrey Pfau
|
63a439406c
|
GBA Memory: Fix DMA cycle counting
|
2014-12-09 17:04:48 -08:00 |
Jeffrey Pfau
|
c5cf9957a1
|
GBA Thread: Revert 0a946a0b43 , it broke vsync
|
2014-12-09 15:55:19 -08:00 |
Jeffrey Pfau
|
df3f2796f7
|
GBA: Error check to make sure ROM and BIOS mapping succeed
|
2014-12-09 15:19:51 -08:00 |
Jeffrey Pfau
|
7edf934a59
|
GBA Thread: Handle the lack of a sync object properly
|
2014-12-09 12:58:35 -08:00 |
Jeffrey Pfau
|
53023441da
|
GBA Thread: Dummy out threading functions, let GBASync* functions still be called
|
2014-12-08 18:49:05 -08:00 |
Jeffrey Pfau
|
ed8852bbe0
|
GBA Thread: Add half-baked ability to disable threading
|
2014-12-08 16:00:08 -08:00 |
Jeffrey Pfau
|
a4a7ef4a1b
|
Debugger: Properly isolate CLI debugger code
|
2014-12-08 15:59:17 -08:00 |
Jeffrey Pfau
|
9299b75be5
|
Qt: Rename project binaries for platforms excluding OS X and Windows
|
2014-12-06 19:25:57 -08:00 |
Jeffrey Pfau
|
5a9cf99249
|
Qt: Bundle OS X target app
|
2014-12-06 19:11:10 -08:00 |
Jeffrey Pfau
|
f6a7fedb28
|
All: Add MPL 2.0 license and associated headers
|
2014-12-03 00:39:06 -08:00 |
Jeffrey Pfau
|
e6ea94d229
|
Qt: Rudimentary gamepad mapper
|
2014-12-03 00:07:56 -08:00 |
Jeffrey Pfau
|
091e717133
|
Qt: Add Opus to the audio codec mapping and list
|
2014-11-28 14:41:33 -08:00 |
Jeffrey Pfau
|
eb2809829d
|
Qt: Show FPS in title bar
|
2014-11-27 17:35:25 -08:00 |
Jeffrey Pfau
|
12a014e726
|
GBA: Add load and save CLI debugger commands
|
2014-11-27 11:18:41 -08:00 |
Jeffrey Pfau
|
97931784e7
|
GBA: Do not put decoded image on the stack
|
2014-11-27 11:18:22 -08:00 |
Jeffrey Pfau
|
55ba676d7c
|
Debugger: Actually execute system commands
|
2014-11-27 11:02:47 -08:00 |
Jeffrey Pfau
|
15ef638f95
|
GBA: Add identifier lookup for GBA registers
|
2014-11-27 10:36:19 -08:00 |
Jeffrey Pfau
|
4a9b87cfd0
|
GBA: Add skeleton of GBA-specific CLI debugger
|
2014-11-27 10:11:10 -08:00 |
Jeffrey Pfau
|
a8731d280f
|
Debugger: Add support for additional platforms in CLI
|
2014-11-27 09:47:03 -08:00 |
Jeffrey Pfau
|
8ec961d2e8
|
Debugger: Add reset command
|
2014-11-27 08:58:22 -08:00 |
Jeffrey Pfau
|
e7fa65f876
|
SDL: Ensure that the emulation loop cannot end between a redraw and an SDL event poll
|
2014-11-27 08:48:58 -08:00 |
Jeffrey Pfau
|
65d74a2e34
|
Qt: Discard log levels without cross-thread communication if we can
|
2014-11-27 01:23:25 -08:00 |
Jeffrey Pfau
|
467fbcf54d
|
GBA: Add overrides for Pokemon Mystery Dungeon
|
2014-11-27 00:39:56 -08:00 |
Jeffrey Pfau
|
64ba9d2d8e
|
GBA: Make sure interrupting the thread actually pauses it
|
2014-11-27 00:06:49 -08:00 |
Jeffrey Pfau
|
22e7eff33c
|
GBA BIOS: Clear BIOS-acknowledged interrupt flag before IntrWait
|
2014-11-26 00:34:28 -08:00 |
Jeffrey Pfau
|
e3573d402f
|
Qt: Remove aac codec mapping; ffmpeg has a built-in aac encoder
|
2014-11-25 05:08:20 -08:00 |
Jeffrey Pfau
|
0cbe5eb4ad
|
Qt: Require CMake 2.8.11
|
2014-11-25 04:55:44 -08:00 |
Jeffrey Pfau
|
c5e5efca2e
|
Perf: Fix perf build on Windows
|
2014-11-25 04:55:00 -08:00 |
Jeffrey Pfau
|
6a40e3e455
|
SDL: Use constants instead of literals for the screen dimensions
|
2014-11-23 04:37:03 -08:00 |
Jeffrey Pfau
|
3177226e8e
|
GBA: BLDALPHA is readable
|
2014-11-23 00:24:02 -08:00 |
Jeffrey Pfau
|
5a0e4e7a2d
|
GBA Audio: Fix integer overflow sampling of channel 3
|
2014-11-23 00:23:37 -08:00 |
Jeffrey Pfau
|
ebe543e482
|
GBA Video: Fix another window bug with windows going too far
|
2014-11-22 23:33:09 -08:00 |
Jeffrey Pfau
|
89f7a69f3a
|
GBA Video: Fix vertical window wrapping
|
2014-11-22 20:17:24 -08:00 |
Jeffrey Pfau
|
a1712f038d
|
GBA Video: Fix poorly documented window case with windows that wrap around
|
2014-11-22 19:56:59 -08:00 |
Jeffrey Pfau
|
881dc1d8a3
|
Qt: Always show menu bar when paused, even in full screen
|
2014-11-22 02:10:50 -08:00 |
Jeffrey Pfau
|
636e01d8df
|
Video: Fix ImageMagick warnings
|
2014-11-22 00:39:14 -08:00 |
Jeffrey Pfau
|
279cc1027b
|
GBA Video: Fix a format string warning
|
2014-11-22 00:33:41 -08:00 |
Jeffrey Pfau
|
942ae92c4e
|
GBA Video: Disable sentinel code in release builds
|
2014-11-22 00:24:55 -08:00 |
Jeffrey Pfau
|
ed70ab9f05
|
Qt: Fix erroneous filename casing
|
2014-11-21 00:58:10 -08:00 |
Jeffrey Pfau
|
90b27e758a
|
GBA: Fix DMA count register not being copied into savestate
|
2014-11-21 00:40:30 -08:00 |
Jeffrey Pfau
|
52b96e16f8
|
GBA Video: Reset renderer when reseting video
|
2014-11-20 22:58:26 -08:00 |
Jeffrey Pfau
|
cf55fcbb52
|
GBA: Improve reset behavior
|
2014-11-20 22:55:29 -08:00 |
Jeffrey Pfau
|
1205ff1895
|
GBA Video: Fix edge cases in mode 0 rendering, add sentinels to make sure any more get caught
|
2014-11-20 22:34:19 -08:00 |
Jeffrey Pfau
|
38ab86fdcb
|
GBA: Add DANGER level, which is ERROR in release and FATAL in debug
|
2014-11-20 22:34:18 -08:00 |
Jeffrey Pfau
|
271211846f
|
GBA Video: Fix windowing with sprites after c9f0ac5
|
2014-11-20 22:34:18 -08:00 |
Jeffrey Pfau
|
d8b7452526
|
SDL: Fix SDL audio in some cases
|
2014-11-20 22:34:04 -08:00 |
Jeffrey Pfau
|
51896cdcd6
|
Qt: Use SDL audio, when available
|
2014-11-19 23:14:44 -08:00 |
Jeffrey Pfau
|
853bcec0c2
|
ARM: Use a more robust ROR idiom
|
2014-11-19 03:37:40 -08:00 |
Jeffrey Pfau
|
9e400e86da
|
ARM: multiply wait macros should write to local variable instead of global cycle count
|
2014-11-19 03:37:40 -08:00 |
Jeffrey Pfau
|
3c41bd2427
|
ARM: Reduce size of ARM condition prediction
|
2014-11-19 03:37:40 -08:00 |
Jeffrey Pfau
|
845d6e1d24
|
ARM: Run tighter loop in CPU
|
2014-11-19 03:37:40 -08:00 |
Jeffrey Pfau
|
888b64f8b5
|
Video: GIF encoder using ImageMagick
|
2014-11-19 03:36:14 -08:00 |
Jeffrey Pfau
|
0308f136c7
|
GBA Memory: partially unroll loops for LDM/STM and add UNLIKELYs
|
2014-11-18 04:37:17 -08:00 |
Jeffrey Pfau
|
d49df216b8
|
GBA Memory: Simplify LDM/STM loop
|
2014-11-18 04:37:17 -08:00 |
Jeffrey Pfau
|
37554a40ea
|
Add likely/unlikely macros
|
2014-11-18 04:37:17 -08:00 |
Jeffrey Pfau
|
c9f0ac5c7b
|
GBA Video: Fix postprocessing sprites with objwin and win0/1
|
2014-11-18 03:03:18 -08:00 |
Jeffrey Pfau
|
5b5c8c8d2d
|
Video: Allow GIF recording
|
2014-11-18 01:40:48 -08:00 |
Jeffrey Pfau
|
5a6d09405d
|
GBA BIOS: Remove outdated, inaccurate comment
|
2014-11-18 00:57:57 -08:00 |
Jeffrey Pfau
|
a1829a920d
|
GBA Config: Fix null ports from crashing
|
2014-11-17 01:17:56 -08:00 |
Jeffrey Pfau
|
9176260044
|
Perf: Fix perf port crashing with some implementations of strlen
|
2014-11-16 20:26:39 -08:00 |
Jeffrey Pfau
|
938c9e965d
|
Util: Fix build with strndup on some platforms
|
2014-11-16 20:25:52 -08:00 |
Jeffrey Pfau
|
c19673ce40
|
Qt: Hide menu bar when in full-screen and allow shortcuts to still work
|
2014-11-16 05:37:45 -08:00 |
Jeffrey Pfau
|
d030914c37
|
Qt: Fix build with g++, grumble grumble
|
2014-11-16 03:58:06 -08:00 |
Jeffrey Pfau
|
6f4a6d6372
|
Debugger: Disassemble shifted registers in addressing mode 2
|
2014-11-15 17:16:11 -08:00 |
Jeffrey Pfau
|
8b44ea61ab
|
Debugger: Fix *RBT being called *RTB
|
2014-11-15 17:04:34 -08:00 |
Jeffrey Pfau
|
5ace8e5023
|
Debugger: Fix ARM LDM/STM disassembling
|
2014-11-15 16:54:19 -08:00 |
Jeffrey Pfau
|
264f6f1df2
|
Debugger: disassemble register shifts
|
2014-11-15 16:32:38 -08:00 |
Jeffrey Pfau
|
cade03e10d
|
Qt: Prevent flicker upon pausing the emulator
|
2014-11-15 15:00:27 -08:00 |
Jeffrey Pfau
|
81b85d1843
|
GBA Video: Implement mosaic for modes 2 - 5, untested with windows
|
2014-11-15 01:32:58 -08:00 |
Jeffrey Pfau
|
eb51195769
|
Qt: Move FPS target options to A/V menu
|
2014-11-15 00:28:54 -08:00 |
Jeffrey Pfau
|
5988b4ad2e
|
Qt: Increase bitrates of h.264 video now that the video is being encoded at a faster, lower quality
|
2014-11-14 03:55:13 -08:00 |
Jeffrey Pfau
|
97f2594ec9
|
Video: Automatically use different presets based on video size
|
2014-11-14 03:53:30 -08:00 |
Jeffrey Pfau
|
8607275f9f
|
Video: Fix x264 tune option
|
2014-11-14 03:26:10 -08:00 |
Jeffrey Pfau
|
793f552f43
|
GBA: Fix DMA in savestates hopefully for good this time
|
2014-11-14 01:19:34 -08:00 |
Jeffrey Pfau
|
d3a60f6555
|
Video: Try to improve encoding speed/ratefactor a bit
|
2014-11-14 01:18:53 -08:00 |
Jeffrey Pfau
|
ec0b206fee
|
Qt: Add ability to manually specify and lock video aspect ratio
|
2014-11-12 02:22:05 -08:00 |
Jeffrey Pfau
|
72fd09dbc9
|
Qt: Fix radio button unchecking in Video UI
|
2014-11-12 01:47:46 -08:00 |
Jeffrey Pfau
|
61cfdbaccb
|
Qt: Disallow opening the context twice
|
2014-11-12 01:35:51 -08:00 |
Jeffrey Pfau
|
b0fdbab77e
|
Video: Support scaling the output frame
|
2014-11-12 01:25:50 -08:00 |
Jeffrey Pfau
|
046a1b71ed
|
Qt: Add video recording presets
|
2014-11-12 00:55:37 -08:00 |
Jeffrey Pfau
|
e51285a0db
|
GBA Config: Load config from the correct location on Windows
|
2014-11-11 02:07:50 -08:00 |
Jeffrey Pfau
|
20c5c27bf9
|
Qt: Reset audio output when changing sample size
|
2014-11-11 01:25:46 -08:00 |
Jeffrey Pfau
|
5c0c966a74
|
GBA Config: Windows support
|
2014-11-11 00:46:30 -08:00 |
Jeffrey Pfau
|
a64259f12c
|
Qt: Use common idiom for interrupting thread within the GameController
|
2014-11-11 00:01:25 -08:00 |
Jeffrey Pfau
|
0ef07f7c26
|
Util: Configuration should use FILE instead of fds to be more portable
|
2014-11-11 00:01:25 -08:00 |
Jeffrey Pfau
|
fba659daa1
|
Qt: Fix non-USE_FFMPEG build
|
2014-11-11 00:01:25 -08:00 |
Jeffrey Pfau
|
bbdb8b513b
|
Qt: re-layout menus
|
2014-11-10 04:53:08 -08:00 |
Jeffrey Pfau
|
b1e6a0df08
|
Qt: Video view should codecs update as you type
|
2014-11-10 04:52:50 -08:00 |
Jeffrey Pfau
|
04af84a1d2
|
Qt: Add some more video formats
|
2014-11-10 04:52:34 -08:00 |
Jeffrey Pfau
|
9f5df2a6f2
|
GBA Config: Move config file to ~/.config/mgba/config.ini
|
2014-11-09 23:27:43 -08:00 |
Jeffrey Pfau
|
6066c6e373
|
Qt: Fix boolean setting loading
|
2014-11-09 23:44:06 -08:00 |
Jeffrey Pfau
|
ea66055c63
|
Qt: Turn on video sync by default
|
2014-11-09 22:51:05 -08:00 |
Jeffrey Pfau
|
d83520c5a2
|
GBA Thread: Make GBAThreadInterrupt and -Continue check for the thread status, resolving several deadlocks
|
2014-11-09 20:31:24 -08:00 |
Jeffrey Pfau
|
6e62ba8bb2
|
Qt: Fix deadlock while telling GL thread to stop
|
2014-11-09 16:36:36 -08:00 |
Jeffrey Pfau
|
c2564c77a9
|
Qt: Init joystick bindings
|
2014-11-09 16:10:18 -08:00 |
Jeffrey Pfau
|
237e354636
|
SDL: Fix typo in function name
|
2014-11-09 16:07:56 -08:00 |
Jeffrey Pfau
|
7c8401e7f8
|
SDL: Set higher number of audio samples if the obtained audio spec is more samples than requested
|
2014-11-09 16:07:35 -08:00 |
Jeffrey Pfau
|
e10d28918d
|
SDL: Fix command line graphics arguments
|
2014-11-09 15:56:09 -08:00 |
Jeffrey Pfau
|
2d37f8cd60
|
SDL: Set default width and height
|
2014-11-09 15:51:06 -08:00 |
Jeffrey Pfau
|
f008c68761
|
GBA Thread: Make GBAThreadInterrupt thread-safe
|
2014-11-08 04:28:16 -08:00 |
Jeffrey Pfau
|
190ea71646
|
GBA Thread: Wakeup audio condition if trying to interrupt the thread to avoid a deadlock
|
2014-11-08 03:49:20 -08:00 |
Jeffrey Pfau
|
7cdcdbd7b4
|
Qt: Fix g++ build
|
2014-11-08 01:21:31 -08:00 |
Jeffrey Pfau
|
26a087d24e
|
Qt: Keymap saving
|
2014-11-08 00:14:42 -08:00 |
Jeffrey Pfau
|
0f2c4e5baf
|
Qt: Draw with QPicture instead of a pixmap
|
2014-11-07 22:46:53 -08:00 |
Jeffrey Pfau
|
81e65c08d8
|
Qt: Add keyboard remapper
|
2014-11-07 03:11:44 -08:00 |
Jeffrey Pfau
|
0efe988161
|
Qt: Add log level SWI
|
2014-11-06 00:30:35 -08:00 |
Jeffrey Pfau
|
d75042ea38
|
GBA Input: Refactor SDL and Qt input code
|
2014-11-06 00:17:58 -08:00 |
Jeffrey Pfau
|
9ba250e9bb
|
GBA Video: Fix rendering of sprites with objwin passthrough (fixes #128)
|
2014-11-05 05:07:44 -08:00 |
Jeffrey Pfau
|
25f5520b0b
|
SDL: Merge egl-main
|
2014-11-05 04:11:09 -08:00 |
Jeffrey Pfau
|
d5b8fdf81c
|
SDL: Fix SDL 1.2 build
|
2014-11-05 03:42:19 -08:00 |
Jeffrey Pfau
|
9cc43cd883
|
SDL: Split out non-shared functionality of GL and SW into their own files
|
2014-11-05 03:34:23 -08:00 |
Jeffrey Pfau
|
fb7f1d07ef
|
SDL: Unify gl-main and sw-main
|
2014-11-05 03:21:50 -08:00 |
Jeffrey Pfau
|
2b8d1dda7c
|
SDL: Only use scancodes with SDL2
|
2014-11-05 02:59:04 -08:00 |
Jeffrey Pfau
|
b01e15b913
|
Qt: Fix memory leak in ~GameController
|
2014-11-05 02:45:23 -08:00 |
Jeffrey Pfau
|
f4d6ef74b4
|
Util: Fix memory leak in Configuration
|
2014-11-05 02:45:00 -08:00 |
Jeffrey Pfau
|
0fd9e9ad0f
|
GBA Config: const-correctness
|
2014-11-05 02:34:51 -08:00 |
Jeffrey Pfau
|
50d76d9528
|
Qt: Fix draw context memory leak when deleting the GameController
|
2014-11-05 02:28:03 -08:00 |
Jeffrey Pfau
|
cbe5fbfeea
|
Qt: Remove stale TODO
|
2014-11-05 02:24:49 -08:00 |
Jeffrey Pfau
|
a3fff6d1a5
|
Qt: Store window size setting when resizing
|
2014-11-05 02:23:47 -08:00 |
Jeffrey Pfau
|
8751f5cc0c
|
Qt: Add integrated configuration loader for the menu
|
2014-11-05 02:17:26 -08:00 |
Jeffrey Pfau
|
19346dff87
|
GBA Config: Add GBAConfigGetValue
|
2014-11-05 02:16:35 -08:00 |
Jeffrey Pfau
|
37212c1f23
|
Qt: Move configuration loading to its own class
|
2014-11-05 00:34:05 -08:00 |
Jeffrey Pfau
|
2ddb074bda
|
GBA Config: Refresh configuration system to be more versatile
|
2014-11-04 23:54:09 -08:00 |
Jeffrey Pfau
|
e884bc4d7a
|
Util: Add helper functions for setting overloaded Configuration types
|
2014-11-04 23:48:09 -08:00 |
Jeffrey Pfau
|
11bf4fdfda
|
Util: Adding a null value to a Configuration removes the value
|
2014-11-04 23:47:31 -08:00 |
Jeffrey Pfau
|
75557d11b2
|
GBA: const-correctness in GBAMap*ToContext
|
2014-11-04 01:56:59 -08:00 |
Jeffrey Pfau
|
4115b240eb
|
GBA Config: Add audio/video sync setting
|
2014-11-04 01:19:10 -08:00 |
Jeffrey Pfau
|
d3bb022bf1
|
Video: Fix setting global extradata in FFmpeg
|
2014-11-04 00:15:54 -08:00 |
Jeffrey Pfau
|
67e31c9666
|
Third-Party: Move third-party to src/third-party
|
2014-11-03 23:32:18 -08:00 |
Jeffrey Pfau
|
72136951bf
|
SDL: Swap A and B for more standard default layout
|
2014-11-03 23:28:56 -08:00 |
Jeffrey Pfau
|
629196e7a1
|
SDL: Load SDLK and SDLB input maps
|
2014-11-03 23:28:33 -08:00 |
Jeffrey Pfau
|
3e75a8e3fe
|
GBA Input: Add input map loading
|
2014-11-03 23:27:47 -08:00 |
Jeffrey Pfau
|
ab4d35c7d9
|
SDL: Use scancodes instead of keycodes
|
2014-11-03 22:35:08 -08:00 |
Jeffrey Pfau
|
6d89c37886
|
Qt: Support setting for width and height
|
2014-11-02 18:30:46 -08:00 |
Jeffrey Pfau
|
d744714ac5
|
Qt: Load configuration file
|
2014-11-02 18:30:46 -08:00 |
Jeffrey Pfau
|
6788008418
|
Qt: Support loading fpsTarget and audioBuffers
|
2014-11-02 18:30:46 -08:00 |
Jeffrey Pfau
|
776c64b0c8
|
Qt: Initialize arguments and options
|
2014-11-02 18:30:46 -08:00 |
Jeffrey Pfau
|
a7dc4e3285
|
GBA Config: Add audio buffers and FPS target
|
2014-11-02 18:30:46 -08:00 |
Jeffrey Pfau
|
6afa678a41
|
GBA Config: Further separate arguments from options, renaming things in the process
|
2014-11-02 18:30:46 -08:00 |
Jeffrey Pfau
|
f36a74759a
|
GBA Config: Begin refactor of separating out command line args from settings
|
2014-11-02 18:30:46 -08:00 |
Jeffrey Pfau
|
5607a13039
|
GBA Config: Support loading BIOS from config files
|
2014-11-02 18:30:45 -08:00 |
Jeffrey Pfau
|
3ed2993e8c
|
GBA: Add configuration loader
|
2014-11-02 18:30:45 -08:00 |
Jeffrey Pfau
|
5f440b6a02
|
Util: Add Configuration datatype
|
2014-11-02 18:30:45 -08:00 |
Jeffrey Pfau
|
e66bcfb818
|
Util: Flesh out Table and add HashTable
|
2014-11-02 18:30:45 -08:00 |
Jeffrey Pfau
|
f7c76788f3
|
Util: Add murmurhash3 hashing
|
2014-11-02 18:30:45 -08:00 |
Jeffrey Pfau
|
e0b05403f4
|
Util: Pull basic table struct from another branch
|
2014-11-02 18:30:45 -08:00 |
Jeffrey Pfau
|
bd9fae1466
|
GBA Memory: Fix out-of-bounds BIOS reads to read off of the bus
|
2014-11-02 18:28:22 -08:00 |
Jeffrey Pfau
|
8b6a76142a
|
GBA DMA: Emulate DMA bus
|
2014-11-02 16:54:11 -08:00 |
Jeffrey Pfau
|
2ff5809252
|
GBA Memory: Fix LDM in BIOS
|
2014-11-02 01:31:50 -07:00 |
Jeffrey Pfau
|
acb69161bb
|
Video: Kludgily fix warnings in sws_scale call
|
2014-11-01 22:03:54 -07:00 |
Jeffrey Pfau
|
1cc4839d4f
|
Fix build on older versions of FFmpeg
|
2014-11-01 22:00:31 -07:00 |
Jeffrey Pfau
|
d8bee5d34b
|
GBA Memory: Return misaligned addresses from LDM/STM
|
2014-11-01 14:40:13 -07:00 |
Jeffrey Pfau
|
3ad2047855
|
Video: Support AAC in MP4
|
2014-10-28 23:30:15 -07:00 |
Jeffrey Pfau
|
eab30ebf05
|
Video: Consolidate state initialization
|
2014-10-28 02:53:52 -07:00 |
Jeffrey Pfau
|
c101703b20
|
Qt: Re-add Xvid and use YUV libx264 instead of RGB
|
2014-10-28 02:27:32 -07:00 |
Jeffrey Pfau
|
3878e4b196
|
Video: use libswscale to handle video format conversion
|
2014-10-28 02:17:18 -07:00 |
Jeffrey Pfau
|
9c83462343
|
Qt: Fix VBR
|
2014-10-28 01:35:31 -07:00 |
Jeffrey Pfau
|
f4f6ff902c
|
Qt: fix bitrates for video
|
2014-10-27 23:38:40 -07:00 |
Jeffrey Pfau
|
e9333c8749
|
Fix audio frame pts
|
2014-10-27 23:31:51 -07:00 |
Jeffrey Pfau
|
4fb82e4b80
|
Remove specialized code for resampling to allow for broader variety of sample formats
|
2014-10-27 22:57:26 -07:00 |
Jeffrey Pfau
|
aed170b670
|
Merge branch 'port/qt'
|
2014-10-27 22:03:02 -07:00 |
Jeffrey Pfau
|
e9b26dda08
|
FFmpeg resampling
|
2014-10-27 21:59:10 -07:00 |
Jeffrey Pfau
|
c3e29f2df2
|
Lower bitrate limits for video to be more sensible for 240x160 video
|
2014-10-27 00:54:28 -07:00 |
Jeffrey Pfau
|
5dcf3a5d43
|
Use libfaac for aac
|
2014-10-27 00:32:52 -07:00 |
Jeffrey Pfau
|
1a09f93b27
|
Allow videos to be recorded from when a ROM is loaded, and end when a ROM is shut down
|
2014-10-27 00:17:29 -07:00 |
Jeffrey Pfau
|
b51e72fcab
|
Hook up and finish up video recorder
|
2014-10-26 23:49:25 -07:00 |
Jeffrey Pfau
|
61569c0559
|
Merge branch 'master' into port/qt
|
2014-10-26 23:48:52 -07:00 |
Jeffrey Pfau
|
281f190ae6
|
Enhance usability and resiliency of ffmpeg encoder
|
2014-10-26 23:48:34 -07:00 |
Jeffrey Pfau
|
3dfc2bfcb3
|
Begin setting up video recording UI
|
2014-10-26 18:27:53 -07:00 |
Jeffrey Pfau
|
27c7041008
|
Make sure Qt knows where SDL2 libs are
|
2014-10-26 03:51:36 -07:00 |
Jeffrey Pfau
|
f98d6486ef
|
Merge branch 'master' into port/qt
|
2014-10-26 03:49:12 -07:00 |
Jeffrey Pfau
|
21ea47ea9e
|
Fix SDL2 library exporting
|
2014-10-26 02:04:24 -07:00 |
Jeffrey Pfau
|
8d002913f0
|
Fix windows build on case-sensitive filesystems
|
2014-10-26 02:03:07 -07:00 |
Jeffrey Pfau
|
a5b9faa88c
|
Fix savestate size on Windows
|
2014-10-25 18:52:16 -07:00 |
Jeffrey Pfau
|
6c9a5a2420
|
Fix savestate size on Windows
|
2014-10-25 18:50:33 -07:00 |
Jeffrey Pfau
|
f49ceb7e3b
|
Remove out-of-date comment
|
2014-10-25 18:10:15 -07:00 |
Jeffrey Pfau
|
b33e75daec
|
Move thread unpausing from destructor to shutdown
|
2014-10-25 17:32:11 -07:00 |
Jeffrey Pfau
|
fe3f01a5ae
|
Fix potential overflow in huffman decoding
|
2014-10-25 06:05:00 -07:00 |
Jeffrey Pfau
|
10a907e387
|
Remove out-of-date comment
|
2014-10-25 05:57:49 -07:00 |
Jeffrey Pfau
|
d40d4c1cf2
|
Use ICO file on Windows
|
2014-10-25 03:21:46 -07:00 |
Jeffrey Pfau
|
b51ec046da
|
Fix C++ flags
|
2014-10-25 03:06:57 -07:00 |
Jeffrey Pfau
|
2415d59d94
|
Windows C++ fixes
|
2014-10-25 03:06:45 -07:00 |
Jeffrey Pfau
|
c8d5219212
|
Merge branch 'master' into port/qt
|
2014-10-25 01:53:15 -07:00 |
Jeffrey Pfau
|
732e29e3c6
|
Fix argument number errors
|
2014-10-25 01:48:55 -07:00 |
Jeffrey Pfau
|
86003496b0
|
Handle out-of-bounds SRAM and ROM reads
|
2014-10-25 01:48:55 -07:00 |
Jeffrey Pfau
|
5450bd8d59
|
Force files into binary mode on Windows
|
2014-10-25 01:45:42 -07:00 |
Jeffrey Pfau
|
a265cf45a9
|
Fix build on Windows
|
2014-10-24 22:01:13 -07:00 |
Jeffrey Pfau
|
bd74fa1fbc
|
Add frameskip
|
2014-10-24 21:45:50 -07:00 |
Jeffrey Pfau
|
dcbfba03c3
|
Fix locking up when triggering turbo with no game loaded
|
2014-10-24 21:45:37 -07:00 |
Jeffrey Pfau
|
02116415d1
|
Unload patch after the end of the game
|
2014-10-24 02:25:18 -07:00 |
Jeffrey Pfau
|
26c1b3c6c9
|
Patch menu
|
2014-10-24 02:23:48 -07:00 |
Jeffrey Pfau
|
a2ee0c20dc
|
Fix filename getting deleted early
|
2014-10-24 02:23:37 -07:00 |
Jeffrey Pfau
|
397ddafdd2
|
Game resets when loading a patch or BIOS
|
2014-10-24 01:57:18 -07:00 |
Jeffrey Pfau
|
422e2e2f62
|
Move screen widget to its own class, allowing for a size hint
|
2014-10-24 01:47:12 -07:00 |
Jeffrey Pfau
|
6041bf422a
|
Load patch from command line
|
2014-10-24 01:25:06 -07:00 |
Jeffrey Pfau
|
344364695e
|
Fix parsing of numbers starting with 0 (and disregarding octal)
|
2014-10-23 01:53:18 -07:00 |
Jeffrey Pfau
|
61915939b5
|
Log division by zero
|
2014-10-23 01:53:18 -07:00 |
Jeffrey Pfau
|
768316a8d3
|
Fix two small consistency issues
|
2014-10-23 01:53:18 -07:00 |
Jeffrey Pfau
|
d3b78b2fd2
|
Log level for SWI
|
2014-10-23 01:53:17 -07:00 |
Jeffrey Pfau
|
043bb75a6b
|
Use cleaner mechanism for checking the register list bits
|
2014-10-22 22:01:48 -07:00 |
Jeffrey Pfau
|
1619b760e1
|
Use better popcount than the GCC one...
|
2014-10-22 22:01:11 -07:00 |
Jeffrey Pfau
|
eecf70ee58
|
Fix magic number for some games
|
2014-10-22 22:00:08 -07:00 |
Jeffrey Pfau
|
0050fb23c3
|
Use proper literal sizes for uint64_t
|
2014-10-22 00:47:32 -07:00 |
Jeffrey Pfau
|
f484ef9fa8
|
Fix timing on palette RAM and VRAM 32-bit load/stores
|
2014-10-21 23:42:24 -07:00 |
Jeffrey Pfau
|
a57312d0cc
|
Refine and reuse STM/LDM code
|
2014-10-21 23:31:49 -07:00 |
Jeffrey Pfau
|
9abe700d37
|
Use GCC popcount intrinsic for popcount
|
2014-10-21 22:51:39 -07:00 |
Jeffrey Pfau
|
537480b940
|
Load/Store multiple functions
|
2014-10-21 22:35:02 -07:00 |
Jeffrey Pfau
|
4bb8b7b1fd
|
Shutdown thread preemptively if the loaded file is not a ROM
|
2014-10-21 22:24:32 -07:00 |
Jeffrey Pfau
|
03b5e2d78e
|
Change the GBA magic to work on even improperly compiled ROMs
|
2014-10-21 22:17:52 -07:00 |
Jeffrey Pfau
|
8903d31458
|
Pepper logging throughout the savegame loading mechanism
|
2014-10-21 22:12:57 -07:00 |
Jeffrey Pfau
|
c52edab71a
|
Add override for NES classic series games
|
2014-10-21 22:10:20 -07:00 |
Jeffrey Pfau
|
b11528c69d
|
Prevent deinitializing savegame data when the data is not masked
|
2014-10-21 22:08:20 -07:00 |
Jeffrey Pfau
|
501b6b621c
|
Classic NES games jump to VRAM
|
2014-10-21 22:07:18 -07:00 |
Jeffrey Pfau
|
f7b1cee66e
|
Use branchType instead of branches in decoder for more expressive branch decoding
|
2014-10-21 00:45:06 -07:00 |
Jeffrey Pfau
|
e7bd5f9ade
|
Remove loop in DMA to find a value we already know
|
2014-10-19 23:30:10 -07:00 |
Jeffrey Pfau
|
d44bf73a81
|
Check if VFileOpen is actually passed a path before trying to open it
|
2014-10-19 21:13:32 -07:00 |
Jeffrey Pfau
|
ba5c77523d
|
Remove stale file
|
2014-10-19 18:56:55 -07:00 |
Jeffrey Pfau
|
10509fe69d
|
Fix objwin on objs when objs are off in winout
|
2014-10-19 06:24:09 -07:00 |
Jeffrey Pfau
|
f1afeae74c
|
Properly reset after loading BIOS
|
2014-10-19 05:41:35 -07:00 |
Jeffrey Pfau
|
29337a60b5
|
Mark DMA registers as special to keep loading them from messing up state
|
2014-10-19 05:19:19 -07:00 |
Jeffrey Pfau
|
6b382caa0f
|
Fix decoding of {STR/LDR}[B]T
|
2014-10-19 03:45:11 -07:00 |
Jeffrey Pfau
|
ca5f7a45ee
|
Move string utilities out to separate file (really fixing Linux build this time)
|
2014-10-19 03:01:26 -07:00 |
Jeffrey Pfau
|
bfa5fb6173
|
Merge branch 'master' into qt
|
2014-10-19 01:17:09 -07:00 |
Jeffrey Pfau
|
894cc3783b
|
*Wait -> bool
|
2014-10-19 01:13:55 -07:00 |
Jeffrey Pfau
|
05ec732a83
|
Add turbo
|
2014-10-19 01:10:00 -07:00 |
Jeffrey Pfau
|
24094ecdf0
|
Make audo/video sync adjustable externally
|
2014-10-19 00:50:23 -07:00 |
Jeffrey Pfau
|
ad12bdde9d
|
Move savestates to file menu
|
2014-10-19 00:39:24 -07:00 |
Jeffrey Pfau
|
e7bf4388a4
|
Merge branch 'master' into qt
|
2014-10-19 00:30:27 -07:00 |
Jeffrey Pfau
|
0a946a0b43
|
Don't wait on for a frame if we already have any pending
|
2014-10-19 00:30:07 -07:00 |
Jeffrey Pfau
|
65be8610f3
|
Unblock audio processing when reducing buffer size
|
2014-10-19 00:13:34 -07:00 |
Jeffrey Pfau
|
8aa5880afd
|
Support FileOpen events on OS X
|
2014-10-18 23:18:08 -07:00 |
Jeffrey Pfau
|
8fc3ef27ad
|
Don't initialize SDL video in Qt port
|
2014-10-18 23:16:13 -07:00 |
Jeffrey Pfau
|
e84727c94b
|
Load BIOS from menu
|
2014-10-18 17:21:05 -07:00 |
Jeffrey Pfau
|
54be75bb92
|
Load BIOS from command line
|
2014-10-18 17:15:39 -07:00 |
Jeffrey Pfau
|
23592af3cc
|
Add screenshot support
|
2014-10-18 16:37:05 -07:00 |
Jeffrey Pfau
|
b24b02d46c
|
Screenshot numbering
|
2014-10-18 16:25:48 -07:00 |
Jeffrey Pfau
|
9efd8f2452
|
Close the savestate window, not just hiding it, when we shut things down
|
2014-10-18 05:07:45 -07:00 |
Jeffrey Pfau
|
e2901db7c1
|
Unmark the Qt frontend as a separate project
|
2014-10-18 04:39:44 -07:00 |
Jeffrey Pfau
|
2627d1c768
|
Mark Qt frontend as C++
|
2014-10-18 04:33:46 -07:00 |
Jeffrey Pfau
|
bfb986b974
|
Make logo scaled to the correct device pixel ratio
|
2014-10-18 04:33:30 -07:00 |
Jeffrey Pfau
|
711231add6
|
Add custom plist.info.in file
|
2014-10-18 04:33:09 -07:00 |
Jeffrey Pfau
|
2c74cb46ab
|
Ensure savestate window closes when a game is shut down
|
2014-10-18 04:12:44 -07:00 |
Jeffrey Pfau
|
e3bfe86579
|
Disable drawing while the thread is shutting down
|
2014-10-18 04:10:34 -07:00 |
Jeffrey Pfau
|
e2812b30b2
|
Remove code that expects the GBA thread to still be around after it has ended
|
2014-10-18 04:09:49 -07:00 |
Jeffrey Pfau
|
dbe5e7e2a5
|
Only blank cursor for Display widget, even when in full screen
|
2014-10-18 03:40:26 -07:00 |
Jeffrey Pfau
|
8e4a3439c0
|
Fix threading issues with the video thread and the main thread deadlocking
|
2014-10-18 02:26:32 -07:00 |
Jeffrey Pfau
|
f1de3d603a
|
Merge branch 'master' into qt
|
2014-10-18 02:24:05 -07:00 |
Jeffrey Pfau
|
4d9c375f0e
|
If video sync is suspended, do not wait
|
2014-10-18 02:23:54 -07:00 |
Jeffrey Pfau
|
c0d1ca089c
|
Expose GBASync{Suspend/Resume}Drawing
|
2014-10-18 02:08:20 -07:00 |