Henrik Rydgård
0328816870
Rename g_Config.externalDirectory to defaultCurrentDirectory - since that's what it was.
...
Also make currentDirectory a Path, and add support for Path config
parameters.
Buildfixes
More Qt buildfixes
Oops, didn't mean to change zstd ver
2021-05-30 00:49:47 +02:00
Unknown W. Brackets
b74ecd5fa0
SaveState: Use Path instead of strings.
2021-05-14 23:00:22 -07:00
Henrik Rydgård
8727679353
Clean up PathBrowser a bit
...
Fix UWP build
Fix booting homebrew.
Qt buildfix
2021-05-13 10:39:16 +02:00
Henrik Rydgård
a40b1dec5f
Use Path for fullName in dirlisting. Bugfixes.
...
Buildfixes
UWP: Buildfix.
headless: Buildfix.
Common: Buildfix.
iOS: Buildfixes.
libretro: Buildfix.
Qt: Buildfix.
2021-05-13 10:39:16 +02:00
Unknown W. Brackets
13ec384dbe
Build: Explicitly include ppsspp_config.h.
...
This adds it to all files that use it. Not all our builds include the
file.
2021-03-02 21:04:03 -08:00
iota97
6cf261a0f7
Fix off by one
2020-11-06 10:53:57 +01:00
iota97
4c0908ef44
Make Qt apply fullscreen change from UI as well
2020-10-10 16:26:07 +02:00
Henrik Rydgård
f01ba6dc84
Move NativeApp.h to Common/System, split into NativeApp.h and System.h
...
Buildfix
2020-10-04 11:42:16 +02:00
Henrik Rydgård
b7edf75437
Move Display.cpp/h to Common.
2020-10-04 11:42:16 +02:00
TotalCaesar659
5f073d24ba
Fix radio button in "Window size" menu
2020-07-03 21:03:14 +03:00
Henrik Rydgård
c4f1143adc
Qt fix
2020-05-16 19:04:41 +02:00
TotalCaesar659
bbc6337263
Add "Switch UMD" menu point to Linux version
2020-04-18 21:08:20 +03:00
TotalCaesar659
00684a4bb9
Improve code readability
2020-04-18 02:46:11 +03:00
TotalCaesar659
cd4dd73a8a
Update more Linux version menu points to correspond to Windows ones
2020-04-16 19:49:18 +03:00
TotalCaesar659
9ec3ea8550
Remove leftovers
2020-04-16 17:17:18 +03:00
TotalCaesar659
40e8c9163a
Add "Record" menu group to Linux version
2020-04-16 17:14:56 +03:00
TotalCaesar659
13f5d3f73f
Add "Enable chat" menu point to Linux version
2020-04-15 18:16:14 +03:00
TotalCaesar659
90447a7fba
Fixes (stage 2)
2020-04-13 14:40:47 +03:00
TotalCaesar659
7545d4456e
Fixes (stage 1)
2020-04-13 01:48:19 +03:00
TotalCaesar659
b0dabc6a40
Update "File" menu to match Windows version
2020-04-12 20:12:42 +03:00
TotalCaesar659
c3dbd2b262
Update "Emulation" menu to match Windows version
2020-04-12 19:26:44 +03:00
TotalCaesar659
2bb7942b25
Update "Debug" menu to match Windows version
2020-04-12 18:49:10 +03:00
TotalCaesar659
fe5fe82676
Update "Options" menu to match Windows version
2020-04-12 18:17:36 +03:00
TotalCaesar659
8d8bc98e97
Update "Help" menu to match Windows version
2020-04-12 17:03:47 +03:00
李通洲
0a2aa2c3af
Qt/macOS: enable HiDPI ( retina display ) support
2020-02-04 09:20:34 +08:00
iota97
19e03d7615
Add headbar icon to Qt
2020-01-05 12:21:19 +01:00
TotalCaesar659
b014ecc335
Move window to center
2019-10-08 04:53:06 +03:00
Henrik Rydgard
7e9b889d01
Qt: Apply suggested keyboard shortcut fix. Fixes #11735 .
2019-02-06 13:01:48 +01:00
Henrik Rydgard
e84c466532
Qt: Remove keyboard shortcut for buffered rendering. Mitigates #11725 although not a proper fix.
2019-02-06 12:23:59 +01:00
root
c19d3fe06a
MRFIXIT2001: This patch adds a second frameskip setting, one for setting the # of frames to skip, one for setting the % of frames to skip based off fps
2018-11-03 01:33:41 +00:00
Henrik Rydgård
a9eb786811
Merge pull request #11181 from unknownbrackets/savestate
...
SaveState: Show warning on old / long use state
2018-06-16 17:45:58 +02:00
Unknown W. Brackets
a5efb85ab7
SaveState: Show warning on old / long use state.
...
Using save states instead of in game saves causes bugs in games, and
preserves bugs from bad settings and old PPSSPP versions.
This tells users when they might be affected.
2018-06-14 18:29:55 -07:00
Unknown W. Brackets
b3c21517b0
Qt: Allow for larger screen sizes.
2018-06-09 16:36:41 -07:00
Unknown W. Brackets
a448ef536b
Qt: Toggle fullscreen like on all other platforms.
2018-06-09 16:36:41 -07:00
Unknown W. Brackets
ec398cbb1f
Qt Debugger: Remove texture viewer.
...
No longer worked anyway. Being replaced by WebSocket debugger.
2018-06-06 05:58:10 -07:00
Unknown W. Brackets
cf33e852ef
Qt Debugger: Remove memory viewer.
...
Being replaced by WebSocket based debugger.
2018-06-06 05:58:10 -07:00
Unknown W. Brackets
28cabd578a
Qt Debugger: Remove display list debugger.
...
Being replaced with WebSocket based debugger. Was disabled and not
working anyway, and hardcoded some GL so a barrier to Vulkan.
2018-06-06 05:58:10 -07:00
Unknown W. Brackets
c3213ade25
Qt Debugger: Remove disassembly.
...
Being replaced by WebSocket based debugger which is better maintained.
2018-06-06 05:58:09 -07:00
Henrik Rydgård
80df926265
Qt: Set window title asynchronously. Should fix #10674
2018-03-03 08:56:56 +01:00
Henrik Rydgård
583c20991f
Qt: Some cleanup and fixes. Still not working correctly with gl-render-manager.
2018-02-04 13:42:04 +01:00
Unknown W. Brackets
ebce6da223
UI: Remove auto-download options.
...
See previous commit removing actual functionality.
2017-12-25 11:20:26 -08:00
Henrik Rydgård
c12f17134b
Links from the UI: Change from http:// to https:// wherever possible.
2017-11-14 12:53:36 +01:00
Unknown W. Brackets
661b2a3aa8
UI: Make GPU events more consistent.
2017-04-27 20:03:50 -07:00
Henrik Rydgard
55aa879216
A lot of buildfixes
2017-02-06 16:16:43 +01:00
zminhquanz
99ce8d343b
Typo fix
2017-02-05 20:19:30 +07:00
zminhquanz
beaa03c0ad
Add Github choose in help
...
Make more convenient if you contact github quickly
2017-02-05 20:16:22 +07:00
Florent Castelli
cb4d0732df
qt: Remove qrc files
2016-10-17 23:45:21 +02:00
Florent Castelli
f02e2b59b0
qt: Build Qt frontend with CMake. Requires Qt5.
2016-10-17 23:45:21 +02:00
Unknown W. Brackets
27d135d48a
Decouple save states from UI.
...
It's the UI's job to decide how and what things are displayed, not Core's.
This also reduces reasons for linkage issues.
2016-05-27 21:25:05 -07:00
Unknown W. Brackets
7258f8cae3
Qt: Default to 2x PSP window size.
2016-05-21 10:43:24 -07:00