OpenSauce04
cc2146a880
citra_qt: Fixed Close Movie button being clickable when no movie is opened
2024-11-10 19:26:26 +00:00
OpenSauce04
22876b186b
citra_qt: Moved command line option checking to earlier in execution, improving response time
2024-11-10 19:26:14 +00:00
OpenSauce04
fb71e9977c
citra_qt: Text output for -h, -v and -i options are displayed using a Qt message box on Windows
2024-11-10 19:26:01 +00:00
OpenSauce04
471d3e035c
citra_qt: Removed old -g option; Software path is now passed as the last parameter instead
2024-11-10 19:25:49 +00:00
OpenSauce04
4cdb3b063c
citra_qt: Added -d option for dumping video
2024-11-10 19:25:39 +00:00
OpenSauce04
485f627edb
citra_qt: Added -r and -p options for recording and playing TAS movies respectively
2024-11-10 19:25:25 +00:00
OpenSauce04
5a462b84b3
citra_qt: Added -i option for installing CIAs
2024-11-10 19:25:15 +00:00
OpenSauce04
7bed6eda64
citra_qt/main.cpp: Put options in alphabetical order
2024-11-10 19:25:01 +00:00
OpenSauce04
44cd78e005
citra_qt: Added -v and -h options
2024-11-10 19:24:31 +00:00
OpenSauce04
f0d22a9800
Removed redundant cmake options related to the compatibility list
2024-11-10 18:16:50 +00:00
OpenSauce04
d8643b2f75
main.cpp: Fixed compilation failure on MSYS2
2024-11-10 18:16:50 +00:00
OpenSauce04
a3a6aed9be
Fixed incorrect applications directory path while using Flatpak build
2024-11-10 18:16:50 +00:00
OpenSauce04
6d37ef8b27
Fixed shortcuts generated via Flatpak not working
2024-11-10 18:16:50 +00:00
OpenSauce04
1c75bf4b7f
Fixed shortcut creation failing if icons directory structure doesn't already exist
2024-11-10 18:16:50 +00:00
OpenSauce04
f8e9e459fe
Changed how pausing the emulator is handled to allow frame advancing
...
Where previously the emulator thread was halted, frame advancing mode is now enabled instead
This commit also removes the "Enable Frame Advancing" option due to being obsolete
2024-11-10 18:16:50 +00:00
OpenSauce04
358b7c8713
main.cpp: Removed unnecessary QStrings
2024-11-10 18:16:50 +00:00
OpenSauce04
eb69aff2d9
main.cpp: Toggle Screen Layout hotkey now uses connect_shortcut
2024-11-10 18:16:50 +00:00
OpenSauce04
0a52abb3f8
main.cpp: Reorganized GMainWindow::InitializeHotkeys
2024-11-10 18:16:50 +00:00
OpenSauce04
19fc3bf0a4
main.cpp: connect_shortcut now also connects to the secondary window
2024-11-10 18:16:49 +00:00
OpenSauce04
991316494d
Don't tie hotkeys to only the main window by default
...
An optional boolean `primary_only` has been added to `link_action_shortcut` when it is necessary to seperate primary and secondary window hotkeys.
Currently this is only used for the fullscreen binding, as a different prodedure is used for each window.
2024-11-10 18:16:49 +00:00
OpenSauce04
b48962db21
Fixed secondary window hotkeys not working after applying settings
2024-11-10 18:16:49 +00:00
OpenSauce04
12c455bf09
Removed 'Navigate to GameDB entry' context menu option
...
The site this option points to no longer exists
Closes #268
2024-11-10 18:16:49 +00:00
OpenSauce04
8ef2008b2a
Use archive.org snapshots of remaining Citra links for now
...
Should be changed out for appropriate replacements when they are available
Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
2024-11-10 18:16:49 +00:00
Reg Tiangha
b62d910fbf
citra_qt: Fix Hybrid Screen layout menu option
2024-11-10 18:16:49 +00:00
blakdulz
ac1b0639ba
QT add Custom Layout Menu Option.
...
This add Custom Layout selector in Both Menu and Enhancment Setting. This will allow to use or change Custom Layout mode or by using toggle. Still No Overlay Editor, just manual edit box, and this Not saved or carried at per game settings
2024-11-10 18:16:49 +00:00
OpenSauce04
7c26710121
Tweaked shortcut creation msgbox identifiers to be more descriptive
2024-11-10 18:16:49 +00:00
Reg Tiangha
706c5a759b
citra_qt: Fix typo
2024-11-10 18:16:49 +00:00
Reg Tiangha
29a6f0e059
citra_qt: Fix remaining build errors
2024-11-10 18:16:49 +00:00
FearlessTobi
9ca3c5699f
citra_qt: Track play time
...
Co-Authored-By: Mario Davó <66087392+mdmrk@users.noreply.github.com>
2024-11-10 18:16:49 +00:00
FearlessTobi
89a119dbe9
citra_qt: Add support for game desktop shortcuts
2024-11-10 18:16:49 +00:00
kleidis
eb956fc5ce
qt: Fix default language not being set to the main one the system uses ( #236 )
...
* qt: Fix default language not being set to the main one the system uses
* cleanup code
2024-11-07 14:47:29 +01:00
PabloMK7
a19a4fad7e
Artic Base: Implement DLC support and other fixes ( #173 )
...
* Artic Base: Implement DLC support and other fixes
* Fix per game settings not working with artic loader
* Fix compilation error
2024-11-07 14:44:06 +01:00
RocketRobz
5bd2775cd4
Run screenshot capture function in paused state by capturing next frame ( #116 )
...
* Allow screenshot capture in paused state by unpausing to capture next frame
* Change `QMessageBox::No` to `QMessageBox::Yes`
* Fix formatting
* Fix formatting
2024-11-07 14:44:02 +01:00
Reg Tiangha
caad7f3185
citra_qt: Add Open Log Folder option to Help menu ( #121 )
2024-11-07 14:44:00 +01:00
PabloMK7
af6087406b
Add Artic Base support ( #105 )
...
* Add Artic Base support
* Add Android support
2024-11-07 14:44:00 +01:00
Miguel
aa2485464c
Remove the telemetry ( #45 )
...
* remove the telemetry except from the renderers as I'm not being capable to remove it from there
* remove the telemetry except from the renderers as I'm not being capable to remove it from there
* Remove remainder of non-functional Telemetry and Citra Web Services
Squashed commit of the following:
commit f6dd4d4579c91db323877f0d08b9c01c82e1bb32
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 14:02:26 2024 -0600
gl_driver.h: add back missing functions
commit 8f14384e7a7b763c3f2ccb3af6b5a59df641d9ee
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 13:56:16 2024 -0600
gl_driver.cpp: add back missing functions
commit 5c802524b01a6eb05952d88ccf9dd78d63baee0a
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 13:39:46 2024 -0600
apply clang-format
commit e8f62a7d3ee8a3da885a28bce21bcfcb84f13a84
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 13:16:22 2024 -0600
remove web_tab
commit ced7f1e4909ae7b2714a96e3c3fa0500e8c62968
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 13:13:47 2024 -0600
remove unused call?
commit f10e05da887e4570853fae2bd55a71087b4bcc77
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 13:03:47 2024 -0600
fix build errors
commit 0489c1770b4b48d51f626145ae9235d3c81029fc
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 12:54:35 2024 -0600
Remove deleted files
commit b2eb56f5a1f01663cc9874d99fe77ee64b48622b
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 12:43:17 2024 -0600
Remove ConfigureWeb
commit b96f7c724006b2c5ee2272becaa70584fe90d012
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 11:49:51 2024 -0600
remove unused DebugHandler
commit 91ddf16f63f9ae07b0cb2768171728dc878d1653
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 11:41:31 2024 -0600
remove CollectToolingInfo() reference
commit 3909ac0502f23f8fb54944b53d5072b6986f8ffd
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 11:33:39 2024 -0600
Fix "clean renderer_vulkan.cpp"
This reverts commit 8a882658da9fabca40d71d73bfaf3bb5702acd72.
commit f4a10c4e4f27471b0a263ac363a6fa2abc9d6dc9
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 11:25:12 2024 -0600
remove Core() references
commit 5593b8484e7c9f525ea218902dd2c13148d86b37
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 11:09:26 2024 -0600
clean core/core.cpp
commit 55bbd8ad283297ef79db11e19ca6303fdfba6626
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 11:03:45 2024 -0600
apply clang-format
commit 3707a0b2705dd415876130c9c90b0916bdea11db
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 11:02:16 2024 -0600
citra_qt/main.h
commit ddbdea9be4d8179a333e04e7c302e215868715a9
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 11:01:30 2024 -0600
clean common/detached_tasks.h
commit b513ba3b91ebc81bddd634b5690b6434824e1c7a
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:58:51 2024 -0600
clean android/app/src/main/jni/default_ini.h
commit b6ba7d7cd730393883fdca294c651a4186727b55
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:58:14 2024 -0600
clean android/app/src/main/jni/native.cpp
commit 2351305bb24b005920af0f3f7bb6bbb5bb3124bd
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:56:59 2024 -0600
network/network_settings.h
commit 5b4c1ebb97c7fad5daf7789e1d3640041c2412fb
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:55:53 2024 -0600
clean citra_qt/configuration/configure_web.ui
commit 9526d5122995c2e9c52b4d93b6e836a2ea4c80ef
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:54:53 2024 -0600
citra_qt/configuration/config.cpp
commit ec6fe57412ce97e06096fc07f8b86dd080b7b944
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:53:50 2024 -0600
clean citra/default_ini.h
commit acba1cf7e94de2fa87174e9f6d7c7c4554146352
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:52:47 2024 -0600
clean citra/config.cpp
commit 02888777590d4e4bf1423e168a672ca0c5e140e5
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:50:42 2024 -0600
clean vk_instance.cpp
commit eae451d5825b3601382c3a6dd08a3bde5c7a9460
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:48:53 2024 -0600
clean vk_instanch.h
commit 8a882658da9fabca40d71d73bfaf3bb5702acd72
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:47:11 2024 -0600
clean renderer_vulkan.cpp
commit ea6df111bc447913d2999acd86de984acced7eeb
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:45:51 2024 -0600
clean renderer_opengl.cpp
commit 6b1bea0ef8cf8831c520d1c4e90b9d73d421c764
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:44:17 2024 -0600
clean pica_to_gl.h
commit c12e984045a430cb10500241ada68701f73c85ac
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:42:48 2024 -0600
clean gl_driver.h
commit ca3fe7801fff125a1ab8706bfc3998ca2928bded
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:40:14 2024 -0600
clean gl_driver.cpp
commit d57381c38b217a423a7039bc7b413d79f59c2ff1
Author: Reg Tiangha <rtiangha@users.noreply.github.com>
Date: Fri Mar 29 10:38:44 2024 -0600
delete telemetry files
commit 1af826d1a045c5568a0d9ef4ca423514f298aee2
Author: Miguel <81558772+Miguel-hrvs@users.noreply.github.com>
Date: Wed Mar 27 16:17:58 2024 +0100
remove the telemetry except from the renderers as I'm not being capable to remove it from there
* rebase renderer_vulkan
* clean up renderer_vulkan
* bring back vulkan gpu logging
* clang-format vk_instance.h
* fix-formatting
---------
Co-authored-by: Reg Tiangha <rtiangha@users.noreply.github.com>
2024-11-07 14:42:32 +01:00
Steveice10
3a4ebb1413
file_util: Make sure portable user path is absolute. ( #7448 )
2024-02-18 15:21:53 -08:00
Tobias
7638f87f74
Port several small multiplayer PRs from yuzu ( #7419 )
...
* yuzu: Use displayed port on direct connect
* Color player counts in the multiplayer public lobby list
- Full lobbies have their player count displayed in red.
- Lobbies with one slot left have their player count displayed in orange.
- Empty lobbies have their player count grayed out.
* Add hotkeys for multiplayer actions
Default shortcuts were chosen as to be intuitive (use the first letter
of the action, or the second word's first letter) and work on all
types of keyboards. The hotkeys can be used while playing a game too,
as they are application-wide.
* Persist filters in multiplayer public lobby list
After connecting to a room, the chosen filter text, "Games I Own",
"Hide Empty Rooms" and "Hide Full Rooms" values are persisted
to configuration so they are preserved across restarts.
This makes it easier to rejoin a room if you regularly play the same
game, or after a crash.
* citra_qt/lobby: Fix multiplayer player count color in dark theme
Co-Authored-By: Kevnkkm <56404895+kevnkkm@users.noreply.github.com>
* Address review comments
---------
Co-authored-by: Narr the Reg <juangerman-13@hotmail.com>
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Kevnkkm <56404895+kevnkkm@users.noreply.github.com>
2024-02-16 04:34:10 -08:00
Steveice10
469f76b075
qt: Display OpenGL renderer name and add Mesa override to support Windows OpenGLOn12. ( #7395 )
2024-01-29 12:24:41 -08:00
Steveice10
82294425e3
build: Add flags to toggle specific renderer backends. ( #7375 )
2024-01-21 23:29:46 -08:00
Steveice10
015e42be05
Port yuzu-emu/yuzu#7506 & yuzu-emu/yuzu#7861: "Fix yuzu-emu/yuzu#7502" & "yuzu: Mute audio when in background" ( #7321 )
2024-01-09 09:56:39 -08:00
Steveice10
4f00eb20db
add volume quicksetting with volume slider ( #7307 )
...
Co-authored-by: Jonas Gutenschwager <spam.saikai@googlemail.com>
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2024-01-06 10:30:22 -08:00
Steveice10
36db566428
qt: Add support for opening files directly on macOS. ( #7304 )
...
* Associate 3ds files with Citra in Info.plist
* qt: Add support for opening files directly on macOS.
---------
Co-authored-by: shinra-electric <50119606+shinra-electric@users.noreply.github.com>
2024-01-02 12:05:12 -08:00
GPUCode
2bb7f89c30
video_core: Refactor GPU interface ( #7272 )
...
* video_core: Refactor GPU interface
* citra_qt: Better debug widget lifetime
2023-12-28 11:46:57 +01:00
Tobias
c7e9f8449e
Port yuzu-emu/yuzu#11946: "Enable (Feral Interactive) Gamemode on Linux" ( #7245 )
2023-12-20 06:08:07 -08:00
GPUCode
6ec079ede8
core: De-globalize HLE lock ( #7212 )
2023-11-28 14:15:27 -08:00
Steveice10
79ea06b226
qt: Update to 6.6.0 ( #7099 )
2023-11-01 17:58:02 -07:00
Dominik Kreutzer
259dbf17dc
citra-qt: ensure image interface is registered before starting game ( #7090 )
2023-10-24 17:21:38 -07:00
Steveice10
07839fb3ce
qt: Add option to uninstall a game. ( #7064 )
...
* qt: Add option to uninstall a game.
* Address review comments.
2023-10-14 18:11:59 -07:00
Steveice10
6cfd00e42d
qt: Partially fix Wayland support. ( #7054 )
...
* qt: Partially fix Wayland on NVIDIA.
* qt: Fix Vulkan under Wayland.
Showing and hiding the window here messes up the surface,
causing an instant crash on load.
* qt: Properly set up GLES context when requested.
2023-10-09 14:58:38 -07:00