mjbudd77
|
490637e937
|
Changed step over debugger icon.
|
2021-08-14 20:41:11 -04:00 |
mjbudd77
|
a20735de96
|
Changed Step into and out debugger icons to look more standard.
|
2021-08-14 20:05:27 -04:00 |
mjbudd77
|
e6d0822dad
|
Added save/recall window geometry for various windows in Qt GUI.
|
2021-08-14 17:21:19 -04:00 |
mjbudd77
|
911e903ecb
|
Created a custom read only QCheckBox whose state cannot be changed via mouse button clicks. The widget is for boolean state display purposes only.
|
2021-08-14 16:54:48 -04:00 |
mjbudd77
|
d8a1425715
|
Change trace logger Log Last text to be a label instead of a checkbox. Logging will always go to screen even if also going to a file. The same buffer is used for both.
|
2021-08-14 12:59:00 -04:00 |
mjbudd77
|
03a40f22ac
|
Save state of cheat window checkbox options for Qt GUI.
|
2021-08-14 07:46:05 -04:00 |
mjbudd77
|
8b59b85be8
|
Making sure that all Tools windows have their geometry saved and recalled for Qt GUI.
|
2021-08-14 06:36:46 -04:00 |
mjbudd77
|
20d69ffa9f
|
Set hot key row coloring to alternate.
|
2021-08-12 21:09:05 -04:00 |
mjbudd77
|
9e70db952e
|
Changed Qt hotkey window to sort the hot keys into logical groups.
|
2021-08-12 21:05:43 -04:00 |
mjbudd77
|
136ae9a336
|
Added AVI overwrite warning dialog to Qt GUI.
|
2021-08-11 21:26:02 -04:00 |
mjbudd77
|
a571677cdb
|
Changed Qt GUI AVI recording video pickoff point so that HUD/messages can be optional in the recorded image.
|
2021-08-11 21:11:00 -04:00 |
mjbudd77
|
88da722533
|
Added a few missing config parameters to Qt trace logger. Namely, save to file (flag and path) and automatic window update.
|
2021-08-10 21:49:44 -04:00 |
mjbudd77
|
8e798cbbb9
|
Save main window position so that it can be restored at same location and size.
|
2021-08-10 20:50:49 -04:00 |
mjbudd77
|
e406583256
|
Set Standard 4:3 to be default aspect ratio if force aspect is selected. Renamed default 1:1 to be Square Pixels 1:1.
|
2021-08-10 20:22:50 -04:00 |
mjbudd77
|
1d15fc49c3
|
Added window resize presets to Qt main menu.
|
2021-08-10 20:12:19 -04:00 |
mjbudd77
|
443752b7b8
|
Fix for input display label.
|
2021-08-09 22:25:11 -04:00 |
mjbudd77
|
87a99e50dc
|
Sync state of video overlay Qt widgets in a periodic update to ensure that hot key functions do not get window out of sync with state.
|
2021-08-09 22:19:19 -04:00 |
mjbudd77
|
49534e8f4b
|
Modified Qt video settings window to group video overlays together. Added frame, lag, and re-record count overlays checkbox options to window. Added input display overlay combo box.
|
2021-08-09 22:06:45 -04:00 |
mjbudd77
|
8d4e535d0a
|
Changed ROM patch logic on Qt GUI so that a byte block can be undone as one undo.
|
2021-08-08 20:49:09 -04:00 |
mjbudd77
|
f834069180
|
Changed SDL audio locks to not be called as often. Gives slight performance increase.
|
2021-08-08 14:28:10 -04:00 |
mjbudd77
|
52b5ee51f4
|
Another minor change to the Qt sound scaling algorithm to better scale at frame rates faster than realtime.
|
2021-08-08 14:02:06 -04:00 |
mjbudd77
|
07455a7201
|
Fixed subtitle text in Qt movie options window.
|
2021-08-07 19:52:41 -04:00 |
mjbudd77
|
d53a746f18
|
Minor tweaks to new Qt sound setup.
|
2021-08-07 12:49:55 -04:00 |
mjbudd77
|
896af76167
|
Changed Qt sound underflow/overflow so that it better scales with changing running faster or slower than realtime.
|
2021-08-07 10:24:37 -04:00 |
mjbudd77
|
301fb99a8a
|
Added audio sink starve counter label to sound config window. This in conjunction with the audio buffer usage bar, can help determine if the sound system is buffering properly.
|
2021-08-06 23:00:41 -04:00 |
mjbudd77
|
ebec5422bf
|
Qt sound fix for integer frame rates. Now computes the proper expected number of samples per frame.
|
2021-08-06 22:27:59 -04:00 |
mjbudd77
|
728a7c3580
|
Added sound use global focus option to Qt GUI.
|
2021-08-06 00:14:37 -04:00 |
mjbudd77
|
f925e82d85
|
Added backend logic to mute sound when GUI focus is lost. Still TODO add window controls.
|
2021-08-05 23:43:44 -04:00 |
mjbudd77
|
455df4caae
|
Added movie record input dialog to Qt GUI.
|
2021-08-05 22:35:29 -04:00 |
mjbudd77
|
f3af816eda
|
Minor menu fixes for Qt GUI.
|
2021-08-05 19:37:28 -04:00 |
Alexey 'Cluster' Avdyukhin
|
3fe7e4e02e
|
(Qt) More input devices for NES 2.0 header editor
|
2021-08-05 20:10:16 +03:00 |
Alexey 'Cluster' Avdyukhin
|
06fab0fe57
|
(Qt) NES 2.0 header editor bugfix for input device
|
2021-08-05 20:09:06 +03:00 |
Alexey 'Cluster' Avdyukhin
|
2d5552c800
|
More input devices for NES 2.0 header editor
|
2021-08-05 20:07:38 +03:00 |
Alexey 'Cluster' Avdyukhin
|
c9643cd0ab
|
NES 2.0 header editor bugfix for input device
|
2021-08-05 20:03:55 +03:00 |
mjbudd77
|
61661ff233
|
Minor tweak to trace log clear to make screen refresh instantly.
|
2021-08-05 09:10:47 -04:00 |
mjbudd77
|
7767e8d162
|
Added trace logger clear log functionality to Qt GUI.
|
2021-08-05 08:09:58 -04:00 |
mjbudd77
|
236fb67b7d
|
Added show trace data option to Qt disassembly display.
|
2021-08-05 06:16:01 -04:00 |
mjbudd77
|
0a70f46a9f
|
Added a debug pause button to the Qt debugger tool bar.
|
2021-08-05 05:17:17 -04:00 |
mjbudd77
|
e0bc4ab67b
|
Bug fix for emulation thread incorrectly accessing GUI widgets. All widget access must be done in GUI thread.
|
2021-08-03 23:44:50 -04:00 |
mjbudd77
|
50861ab903
|
Added symbol address and value to assembly look ahead popup window.
|
2021-08-03 23:26:09 -04:00 |
mjbudd77
|
63c4a18e46
|
Added logic to allow for ROM offsets to be selected in the assembly view window.
|
2021-08-03 22:11:37 -04:00 |
mjbudd77
|
d04d08d2e9
|
Default new breakpoints to be enabled in dialog.
|
2021-08-03 21:10:56 -04:00 |
mjbudd77
|
8d7f2032fc
|
Added checks to Qt GUI to prevent user from mapping joystick buttons to the keyboard device. Added warning popups to indicate to user what is wrong.
|
2021-08-03 20:48:54 -04:00 |
mjbudd77
|
10f5988e62
|
Initialize button states to zero.
|
2021-08-02 21:58:06 -04:00 |
mjbudd77
|
eabde5f134
|
Added tool tips to gamepad config profile buttons.
|
2021-08-02 21:29:21 -04:00 |
mjbudd77
|
39480dcf91
|
Moved advanced key binding buttons to bottom of window.
|
2021-08-02 21:10:53 -04:00 |
mjbudd77
|
da084fb184
|
For Qt GUI, added option to have up to 3 alternate gamepad button bindings in addition to the primary mapping.
|
2021-08-02 21:02:02 -04:00 |
mjbudd77
|
f76df49bf8
|
Set enable opposite directionals default to false for Qt.
|
2021-08-02 07:59:36 -04:00 |
mjbudd77
|
2054efa3de
|
Changed default style to fusion for windows platforms.
|
2021-08-02 00:15:43 -04:00 |
mjbudd77
|
d4051e2387
|
Default force aspect ratio to off for Qt GUI video.
|
2021-08-02 00:11:21 -04:00 |