mjbudd77
|
35bb4be6f6
|
First successful build of Qt windows fceux.
|
2021-02-06 12:15:28 -05:00 |
mjbudd77
|
c6752c4193
|
Added standard FCEU GPL2 license header to Qt cpp files that were
missing it.
|
2021-01-20 19:19:22 -05:00 |
mjbudd77
|
1454238f1e
|
Added #if defined(__unix__) in the appropriate places to allow for the code to compile for FreeBSD 12.2 using the clang 10.0.1 compiler. (#305)
|
2021-01-16 14:40:28 -05:00 |
mjbudd77
|
afaea86abd
|
Added a frame timing statistics window to the Qt tools. Allows user to enable frame timing statistical calculations and view the output on a window in realtime. Is used to verify emulator is getting the proper clock interrupts from the OS and thus check that emulation timing is deterministic.
|
2020-11-30 22:29:51 -05:00 |
Matthew Budd
|
d13c151817
|
Default Qt GUI Timing statistics calcutions to off. TODO make timing stats enable via GUI.
|
2020-11-28 22:05:39 -05:00 |
Matthew Budd
|
4812c804fd
|
Added timing options selection combo box to timing window on Qt GUI.
|
2020-11-28 21:46:41 -05:00 |
Matthew Budd
|
2b05c7169d
|
Initial add of logic to allow for high priority threads in Qt GUI. Modified speed throttle logic to have more accurate frame timing.
|
2020-11-26 23:44:59 -05:00 |
Matthew Budd
|
f0c13a57ec
|
Fixed Qt context menus so that all child widgets are destroyed after the menu parent goes out of scope.
|
2020-10-21 20:31:39 -04:00 |
mjbudd77
|
8b5e99909a
|
Added emulation speed control main menu functionality to Qt GUI.
|
2020-10-18 10:34:03 -04:00 |
Matthew Budd
|
824bdda083
|
Renamed a few of the files and class objects to be more appropriate to what the actually are.
|
2020-07-05 16:37:26 -04:00 |
Matthew Budd
|
acc02ee98e
|
Moved FCEU emulation to its own thread for better timing control.
|
2020-07-05 16:11:53 -04:00 |
Matthew Budd
|
c496c0f281
|
Added logic to increase/decrease emulation speed via hotkeys using QTimer system. Bug fix for = key Qt to SDL mapping.
|
2020-07-03 21:52:27 -04:00 |
mjbudd77
|
72141845f0
|
Changed gl_shm name to nes_shm. Added audio circular buffer to shared memory.
|
2020-07-03 15:58:53 -04:00 |
Matthew Budd
|
7ba7ef4b82
|
Include path fixes for qmake incorrectly marking sdl folder for heading includes.
|
2020-06-27 20:07:24 -04:00 |
Matthew Budd
|
be4c650238
|
Starting new QT gui.
|
2020-06-23 20:40:43 -04:00 |