Commit Graph

10462 Commits

Author SHA1 Message Date
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
Reg Tiangha
fcab9afb77 cmake: update aqtinstall from v3.1.9 to v3.1.15 2024-06-29 11:28:40 +00:00
Reg Tiangha
8b9f234daa externals: Update vma to 3.1.0 2024-06-29 11:28:40 +00:00
OpenSauce04
cb9def28f8 Removed stray text from poor conflict resolution 2024-06-28 23:23:20 +01:00
kleidis
582462808b
android: Implement Adreno Turbo setting for eligible GPUs (#227)
Co-authored-by: Ishan09811 <156402647+Ishan09811@users.noreply.github.com>
Co-authored-by: Gamer64 <76565986+Gamer64ytb@users.noreply.github.com>
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2024-06-28 21:13:54 +01:00
OpenSauce04
277914a873 android: Gamepads can now control the in-game menu 2024-06-23 18:14:22 +01:00
OpenSauce04
461c8c9574 android: Rework settings UI (#226)
Co-authored-by: Ishan09811 <156402647+ishan09811@users.noreply.github.com>
Co-authored-by: kleidis <167202775+kleidis@users.noreply.github.com>
2024-06-08 19:49:22 +01:00
OpenSauce04
ab99fff953 android: Fixed landscape layouts not displaying correctly 2024-05-28 12:42:25 +01:00
OpenSauce04
61715bd4a2 Updated compatibility list module 2024-05-27 22:35:56 +01:00
OpenSauce04
0f8722c9f0 Pulled updated translations 2024-05-27 22:34:37 +01:00
OpenSauce04
cae328570c android: Add button dpad bindings
This exists alongside the previous axis dpad bind

This should be changed in the future to be more seamless for end users, but it works for now
2024-05-27 22:21:18 +01:00
Ishan09811
c5472c3a9c android: Re-fixed runtime settings not being editable after closing game 2024-05-27 15:45:49 +01:00
OpenSauce
849a3046ac
Mention compatibility reporting in README 2024-05-27 14:59:34 +01:00
OpenSauce04
9ac1d33f1e Release source archive names now use version number instead of git info 2024-05-27 00:47:10 +01:00
OpenSauce04
c8db48daad Updated default custom layout values to account for new config system 2024-05-26 23:33:31 +01:00
OpenSauce04
1d318f7486 Large Screen Proportion config is greyed out when Large Screen is not selected 2024-05-26 23:33:31 +01:00
OpenSauce04
1d04033029 Updated custom layout value names to be more accurate 2024-05-26 23:33:31 +01:00
OpenSauce04
e74d7c65fb Custom Layout options now uses X, Y, Width Height
Previously used Left, Top, Right, Bottom positions
2024-05-26 23:33:31 +01:00
Reg Tiangha
9665f95306 lime3ds-gui: Fix Hybrid Screen layout menu option 2024-05-26 23:33:31 +01:00
Reg Tiangha
fc936c8879 lime3ds-gui: Add Layout tab to in-game settings 2024-05-26 23:33:31 +01:00
Reg Tiangha
a52ba8f3ce lime3ds-gui: Tidy up Layout tab 2024-05-26 23:33:31 +01:00
Reg Tiangha
0194b33654 lime3ds-gui: Remove scroll bar from Layout and Enhancements tabs 2024-05-26 23:33:31 +01:00
Reg Tiangha
ab30f76444 lime3ds-gui: move Layout section to its own tab called Layout 2024-05-26 23:33:31 +01:00
Reg Tiangha
ad1d545890 fix build errors 2024-05-26 23:33:31 +01:00
Reg Tiangha
329c6f3e41 Edit enhancements labels 2024-05-26 23:33:31 +01:00