Commit Graph

10436 Commits

Author SHA1 Message Date
OpenSauce04
10b9fd2eca main.cpp: Toggle Screen Layout hotkey now uses connect_shortcut 2024-08-02 23:52:56 +01:00
OpenSauce04
e5cb0d559b main.cpp: Reorganized GMainWindow::InitializeHotkeys 2024-08-02 23:47:31 +01:00
OpenSauce04
fc8ef10853 main.cpp: connect_shortcut now also connects to the secondary window 2024-08-02 23:44:08 +01:00
OpenSauce04
303c67d3c8 Fixed HotkeyRegistry::GetHotkey locking shortcuts to the first widget that calls it 2024-08-02 23:43:32 +01:00
OpenSauce04
bf0a1348c3 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-08-02 22:05:43 +01:00
OpenSauce04
b8a62e7827 Added .kotlin directory to gitignore 2024-08-02 20:17:48 +01:00
Reg Tiangha
3ab0cb87bb externals: Update sdl from 2.30.5 to 2.30.6 2024-08-02 19:04:27 +00:00
Reg Tiangha
eedbd028c0 cmake: Update aqtinstall from 3.1.16 to 3.1.17 2024-08-02 19:04:27 +00:00
kongfl888 K
c7818ef16f externals: Update fmt from 10.2.1 to 11.0.2 2024-08-02 19:04:27 +00:00
Polarzincomfrio
84b45f6045 Fix README.md wiki redirect and add note blockquote 2024-08-02 14:44:06 +00:00
OpenSauce
5fc08dd46d
Fixed stale issue bot citing incorrect number of days before closure 2024-08-01 18:57:10 +01:00
OpenSauce
354ebcb19c
Bump CMake MacOS compilation target to MacOS 13
The minimum required MacOS version for Lime3DS was already MacOS 13 due to dependencies, but until now the compilation target was set to MacOS 11
2024-08-01 17:09:34 +01:00
Reg Tiangha
6f1fdcbb19 externals: Update dynarmic dependencies 2024-08-01 15:14:34 +00:00
Reg Tiangha
a907d20937 externals: Update sdl from 2.30.4 to 2.30.5 2024-08-01 15:14:34 +00:00
OpenSauce04
33bc972901 Purge iOS from project codebase 2024-07-31 12:51:13 +00:00
Miguel
8fd0fb8bf0 bundle qt wayland into appimage by rtiangha (#212) 2024-07-30 19:27:45 +00:00
OpenSauce
41f8ef6e2b
Made issues with the enhancement lable immune from being stale 2024-07-30 12:45:32 +00:00
OpenSauce
165cc9e617
Update stale issue configuration
- Issues are flagged as stale after 90 days
- Stale issues will be closed after a further 10 days
2024-07-30 12:42:37 +00:00
OpenSauce04
99f8259bf6 ci: Added stale action for issues
- Issues which have seen no activity for 70 days will be marked as stale.
- If no activity is seen for a further 20 days, the issue will be closed.
- Issues which have been given a priority are immune from being marked as stale.
2024-07-28 12:43:33 +01:00
OpenSauce04
a9dd78b8be android: Implemented about game dialog (#304)
This feature is accessible by long-pressing on a game card, replacing the old method of accessing the cheats menu

The cheats menu is now accessed from within the about game dialog

Adapted from 69c323289f

Co-authored-by: Ishan09811 <156402647+ishan09811@users.noreply.github.com>
Co-authored-by: kleidis <167202775+kleidis@users.noreply.github.com>
2024-07-27 17:19:30 +01:00
OpenSauce04
1c5ec87069 Fixed license header checker handling deleted files incorrectly 2024-07-27 15:23:38 +01:00
OpenSauce
20752b79ed
Minor formatting nitpick in license checker script 2024-07-25 23:59:18 +01:00
OpenSauce04
9f7cb41a29 Added file license header checking to CI 2024-07-25 22:44:27 +01:00
OpenSauce04
1c2eab8ead Updated CI job step names for consistency 2024-07-25 17:59:16 +01:00
OpenSauce04
90ebe220b2 Updated compatibility list 2024-07-18 21:50:39 +01:00
OpenSauce04
88cb64a957 Updated language translations via Transifex 2024-07-18 21:49:55 +01:00
PabloMK7
ec38bc7f3d artic base: Fix issue when 0 bytes are read from file 2024-07-18 21:47:57 +01:00
PabloMK7
8be91c83b8 artic base: Add Artic Controller support 2024-07-18 21:47:57 +01:00
OpenSauce04
7731956906 Implement emulator data migration functionality + prompt
The migration prompt appears when Lime3DS is started while the new user data directory doesn't exist and the old directory *does* exist
2024-07-18 21:11:26 +01:00
Reg Tiangha
d2a5260d62 common_paths.h: Migrate user directory from Citra to Lime3DS 2024-07-18 21:11:26 +01:00
OpenSauce04
bc1cd10ae8 Fixed secondary window hotkeys not working after applying settings 2024-07-13 23:16:04 +00:00
OpenSauce04
b240dac871 Disabled OpenGL in aarch64 Linux builds 2024-07-10 23:02:49 +01:00
PabloMK7
550e06e1c9 artic base: Implement DLC support and other fixes
- Artic Base: Implement DLC support and other fixes
- Fix per game settings not working with artic loader
- Fix compilation error
2024-07-09 22:53:37 +00:00
PabloMK7
10d93555c3 artic base: Fix fallback read/write not being chunked 2024-07-09 22:53:37 +00:00
OpenSauce04
b91ec62183 externals: Use PabloMK7/dynarmic instead of blitzingeagle/dynarmic
This archive of dynarmic is more up-to-date
2024-07-09 22:46:04 +00:00
OpenSauce04
6de236051c Removed 'Navigate to GameDB entry' context menu option
The site this option points to no longer exists

Closes #268
2024-07-09 23:10:20 +01:00
OpenSauce04
e50cf88ed2 configure_debug.ui: Fixed duplicate element name 2024-07-04 17:10:59 +01:00
OpenSauce
89e2b4a413
Add minimum requirements to readme 2024-07-02 17:41:14 +01:00
OpenSauce04
b2805cbebc 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-07-01 20:30:39 +00:00
OpenSauce04
37e46358ea Fixed realtime audio not working correctly at emulation speeds over 100% 2024-06-30 17:33:35 +01:00
OpenSauce04
335fedaffe Updated translations 2024-06-29 19:55:08 +01:00
OpenSauce04
0ab1facf8e configure_layout.ui: Fix duplicated element names 2024-06-29 19:42:56 +01:00
OpenSauce04
58b8b4707c Made Single Screen Layout config require relevant layout to be selected 2024-06-29 18:34:58 +00:00
OpenSauce04
fcc90e5a27 Added Single Screen layout configuration options
These settings also affect the Separate Windows layout

This commit also restructures the Layout tab of the configuration menu
2024-06-29 18:34:58 +00:00
Reg Tiangha
c13595cc70 externals: Update xbyak from v7.06 to v7.07 2024-06-29 11:28:40 +00:00
Reg Tiangha
c56ff95a12 externals: Update glslang from 14.2.0 to 14.3.0 2024-06-29 11:28:40 +00:00
Reg Tiangha
ef4b3c6404 cmake: Update QT from 6.7.1 to 6.7.2 2024-06-29 11:28:40 +00:00
Reg Tiangha
23345dc9ac externals: Update sdl from 2.30.3 to 2.30.4 2024-06-29 11:28:40 +00:00
Reg Tiangha
cee58ebe85 cmake: update aqtinstall from v3.1.15 to v3.1.16 2024-06-29 11:28:40 +00:00
Reg Tiangha
45f6f48be5 cmake: update MoltenVK from v1.2.7-rc2 to v1.2.9 2024-06-29 11:28:40 +00:00