Mahmood - Zer0xFF
|
020440aa3f
|
Framedebugger replace DirectX with OpenGl
|
2021-01-07 21:47:29 +00:00 |
|
Jean-Philip Desjardins
|
8f000b178e
|
Code style fixes.
|
2020-12-31 19:06:20 -05:00 |
|
Jean-Philip Desjardins
|
f38d458e21
|
Change ratios.
|
2020-12-31 16:55:25 -05:00 |
|
Jean-Philip Desjardins
|
288e4e86ef
|
Add option to resize window to specific sizes.
|
2020-12-31 16:55:25 -05:00 |
|
Jean-Philip Desjardins
|
a8b391f157
|
Fix reset staying disabled after loading a game.
|
2020-12-17 15:58:19 -05:00 |
|
Jean-Philip Desjardins
|
f14334b23d
|
Make bootable loading behavior coherent.
Was varying depending on the path taken to load something.
|
2020-12-15 13:52:36 -05:00 |
|
Jean-Philip Desjardins
|
dc1a5a7049
|
Don't prevent starting game if we can't update the bootable database.
|
2020-12-15 13:33:59 -05:00 |
|
Jean-Philip Desjardins
|
11bb177401
|
Add pause/resume action to MainWindow.
Allows action to be used while we are in full-screen mode.
|
2020-11-20 16:33:27 -05:00 |
|
Jean-Philip Desjardins
|
13677b185c
|
Hide cursor when in fullscreen mode.
|
2020-11-20 16:33:27 -05:00 |
|
Jean-Philip Desjardins
|
c6f546b761
|
Don't flip when VM is running.
|
2020-10-29 13:41:01 -04:00 |
|
Jean-Philip Desjardins
|
4843758933
|
Use supported disc image extensions list.
|
2020-10-06 17:01:08 -04:00 |
|
Jean-Philip Desjardins
|
b8c2c700f1
|
Allow defining bindings for pad 2.
|
2020-09-14 19:43:25 -04:00 |
|
Jean-Philip Desjardins
|
c89953fa45
|
Disable resume/pause menu when executable is not loaded.
|
2020-05-20 11:11:19 -04:00 |
|
Jean-Philip Desjardins
|
8e2ff79eda
|
Add Vulkan DeviceInfo module.
Will make sure we don't use Vulkan if we don't have any suitable device.
|
2020-04-28 09:03:22 -04:00 |
|
Jean-Philip Desjardins
|
ace111add7
|
Code style fixes.
|
2020-04-10 15:39:04 -04:00 |
|
Zer0xFF
|
20c4077476
|
Update mainwindow.cpp
(cherry picked from commit f748452f48f33b9f93e9f26d9adbe57e023cf6c6)
|
2020-04-10 15:13:14 -04:00 |
|
Mahmood - Zer0xFF
|
cce77fc4ab
|
initial Gamepad profiles support
|
2020-02-25 18:47:50 +00:00 |
|
Mahmood - Zer0xFF
|
b3ff6a649e
|
move gs label updating to own function, update gs label when handler is changed through the setting menu
|
2020-02-12 17:29:37 +00:00 |
|
Mahmood - Zer0xFF
|
ad98588057
|
use enum for gs handler index
|
2020-02-11 07:53:35 +00:00 |
|
Mahmood - Zer0xFF
|
05c389a214
|
make GS selectable, add toggle option
|
2020-02-10 22:11:18 +00:00 |
|
Mahmood - Zer0xFF
|
e5056f008c
|
allow replacing GSHandler on the fly
|
2020-02-09 23:05:24 +00:00 |
|
Mahmood - Zer0xFF
|
f62b4d0058
|
create render window manually, to avoid dependency on showEvent()
|
2020-02-09 23:03:33 +00:00 |
|
Jean-Philip Desjardins
|
ce3ad2fd67
|
Add checkbox to enable/disable Vulkan through UI.
|
2020-01-25 18:31:12 -05:00 |
|
Jean-Philip Desjardins
|
14f99da1bf
|
Make Vulkan GS handler enableable through a setting.
|
2020-01-25 18:31:10 -05:00 |
|
Jean-Philip Desjardins
|
f1884bd749
|
Enable GSH Vulkan through CMakeLists.
|
2020-01-25 18:31:09 -05:00 |
|
Jean-Philip Desjardins
|
43ea9984b9
|
Vulkan Initialization + Qt.
Only tested on Win32, doesn't do anything interesting yet.
|
2020-01-25 18:30:59 -05:00 |
|
Jean-Philip Desjardins
|
a9a3b384ee
|
Create an API agnostic OutputWindow class.
|
2020-01-25 18:30:58 -05:00 |
|
Jean-Philip Desjardins
|
f22336958c
|
Grab error code to prevent exception being thrown on Windows.
|
2019-10-31 13:20:02 -04:00 |
|
Jean-Philip Desjardins
|
59d4a31da1
|
Remove boost version number.
|
2019-10-29 19:50:46 -04:00 |
|
Jean-Philip Desjardins
|
7131a28fd4
|
Remove usage of boost::filesystem.
|
2019-10-23 20:48:46 -04:00 |
|
Mahmood - Zer0xFF
|
50626ec593
|
CPS2VM function can retrieve update Spu Block Count config
|
2019-10-12 10:58:54 +01:00 |
|
Mahmood - Zer0xFF
|
79d52c812a
|
handle PREF_AUDIO_SPUBLOCKCOUNT & m_spuBlockCount init in CPS2VM c'tor
|
2019-10-11 17:36:08 +01:00 |
|
Mahmood - Zer0xFF
|
c43c77c73e
|
Qt Settings: SPU Block Count is now configurable
|
2019-10-10 21:02:20 +01:00 |
|
Jean-Philip Desjardins
|
a86f13b3e8
|
Code style fixes.
|
2019-08-19 19:05:35 -04:00 |
|
Jean-Philip Desjardins
|
083f5bd7bf
|
Improve ScreenShotUtils.
- Remove static connection, let the caller handle the lifetime.
- Add some typedefs.
- Remove inheritance from CAppConfig.
|
2019-08-17 11:03:53 -04:00 |
|
Jean-Philip Desjardins
|
25a8d526e9
|
Make sure we listen to the ProfileFrameDone event.
|
2019-08-17 11:03:53 -04:00 |
|
Mahmood - Zer0xFF
|
c765e613f1
|
Update to CSignal::Connect() new name
|
2019-08-17 11:03:53 -04:00 |
|
Mahmood - Zer0xFF
|
91a27b69a2
|
Remove boost::signals2.
|
2019-08-17 11:03:53 -04:00 |
|
Jean-Philip Desjardins
|
54a3e555e6
|
Make sure we show only when resizing the Qt window.
(cherry picked from commit d9287eb8eb46d15e39f049b990e879fc78d8ce9b)
|
2019-08-14 20:44:20 -04:00 |
|
Jean-Philip Desjardins
|
e6771f6a05
|
Code style fixes.
|
2019-08-01 19:58:35 -04:00 |
|
Jean-Philip Desjardins
|
406d3d8038
|
Add very basic profiler view in Qt UI.
Might not be the best looking though.
|
2019-08-01 19:58:35 -04:00 |
|
Jean-Philip Desjardins
|
a295e46295
|
Fix build.
|
2019-08-01 19:58:35 -04:00 |
|
Jean-Philip Desjardins
|
6b58c8b42e
|
Use StatsProfiler singleton.
|
2019-08-01 19:58:35 -04:00 |
|
Mahmood - Zer0xFF
|
c74e28aa7a
|
Add version to title
|
2019-07-22 14:56:37 +01:00 |
|
Jean-Philip Desjardins
|
349143ffec
|
Enable XInput support.
|
2019-06-20 18:21:46 -04:00 |
|
Jean-Philip Desjardins
|
0171400d15
|
Include XInput provider.
|
2019-06-19 20:20:09 -04:00 |
|
Jean-Philip Desjardins
|
6606282133
|
Fix include paths.
|
2019-06-05 19:10:35 -04:00 |
|
Jean-Philip Desjardins
|
fdaa235dda
|
Merge pull request #760 from Zer0xFF/qt_presentation
Cleanup
|
2019-05-24 13:42:25 -04:00 |
|
Mahmood - Zer0xFF
|
8d1d14ac01
|
populate cover cache from loaded list
|
2019-05-19 12:03:54 +01:00 |
|
Mahmood - Zer0xFF
|
fbdb082567
|
Register bootable when opened through Qt Dialog
|
2019-05-19 12:03:54 +01:00 |
|