OpenSauce04
fe3de1a6e9
am.h: Minor formatting correction
2024-09-25 16:48:24 +01:00
PabloMK7
c2cd5e17b4
Fix HTTP RequestState values (fixes Pretendo Network support with HLE http)
...
de1f082e75
2024-09-25 16:48:24 +01:00
PabloMK7
3718435301
Allow loading IPS files from Luma3DS folders
...
b1e5485058
2024-09-25 16:48:24 +01:00
PabloMK7
8c15efb74f
Add console unique data (SecureInfo, LocalFriendCodeSeed, CTCert)
...
813d0c2a30
Co-authored-by: Daniel López Guimaraes <112760654+DaniElectra@users.noreply.github.com>
2024-09-25 16:48:24 +01:00
OpenSauce04
a30f9a8281
Added "Reverse Side by Side" Sterioscopic 3D mode
2024-08-24 19:59:45 +01:00
David Griswold
a319b81665
android: Refactor layout code to use LargeScreen layout instead of MobileLandscape
2024-08-21 21:51:45 +01:00
Reg Tiangha
7e938fcdd9
Replace all remaining Citra references with Lime3DS
...
Whereas previous efforts were focused on the user-facing side, this commit replaces Citra references which are present in the codebase itself. This should be the last time a change like this is ever necessary.
2024-08-21 21:02:46 +01:00
OpenSauce04
8b2b833d1f
Updated file license headers
2024-08-11 15:56:04 +00:00
David Griswold
862fda4332
android: Implemented custom layout customization GUI
...
This commit also changes the name of the 'Portrait' landscape layout to 'Original'
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2024-08-11 15:56:04 +00:00
David Griswold
7e5b83f126
Refactored layout code in preparation for Android custom layout GUI
2024-08-11 15:56:04 +00:00
David Griswold
c5ac6e84da
android: Updated custom layout coordinate system to match desktop
2024-08-11 15:56:04 +00:00
David Griswold
138e4bcbd0
android: Added portrait-specific config values for custom layouts
2024-08-11 15:56:04 +00:00
kongfl888 K
c7818ef16f
externals: Update fmt from 10.2.1 to 11.0.2
2024-08-02 19:04:27 +00: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
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
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
OpenSauce04
ab99fff953
android: Fixed landscape layouts not displaying correctly
2024-05-28 12:42:25 +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
ad1d545890
fix build errors
2024-05-26 23:33:31 +01:00
blakdulz
0313178d32
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-05-26 23:33:31 +01:00
PabloMK7
a672428232
Artic Base: Do not use cache if the read would result in OOB
2024-05-17 17:43:39 +01:00
OpenSauce04
81f1848044
Fixed Windows build issues
2024-05-17 08:59:35 +00:00
OpenSauce04
8551c18777
Improve playback consistency for realtime audio during inconsistent framerates
...
Implements and uses `GetStableFrameTimeScale` instead of `GetLastFrameTimeScale` for realtime audio playback
2024-05-17 08:59:35 +00:00
OpenSauce04
d91334be84
Implemented Citra Enhanced's realtime audio option
...
Co-authored-by: Gamer64ytb <76565986+Gamer64ytb@users.noreply.github.com>
2024-05-17 08:59:35 +00:00
PabloMK7
b1262f4768
Fix PTM ext data creation after Artic Base changes
2024-05-13 14:58:59 +01:00
OpenSauce04
c9932b65b9
Add Artic Base support
...
Co-Authored-By: PabloMK7 <10946643+pablomk7@users.noreply.github.com>
2024-05-12 22:16:10 +00:00
OpenSauce04
6753c40e8f
Implement plugin loader Mode3 mem strategy
...
Co-Authored-By: PabloMK7 <10946643+pablomk7@users.noreply.github.com>
2024-05-12 22:15:33 +00:00
Reg Tiangha
f2a8ab5547
lime_qt: Fix remaining build errors
...
Co-Authored-By: FearlessTobi <thm.frey@gmail.com>
2024-05-11 20:10:31 +00:00
FearlessTobi
dae2387abf
lime_qt: Add support for game desktop shortcuts
2024-05-11 20:10:31 +00:00
OpenSauce04
09196d71bc
Fixed formatting discrepancies
2024-04-29 15:10:42 +01:00
OpenSauce04
5f41a173fa
Updated codebase formatting to be compliant with Clang 18
2024-04-15 19:03:40 +01:00
OpenSauce04
0a461898cb
Removed traces of enable_telemetry
setting
2024-04-12 23:31:47 +01:00
OpenSauce04
563be55156
Reverted prior quick telemetry fix to make way for a proper fix
2024-04-12 18:35:18 +01:00
OpenSauce04
2e4f53ec2b
Revert "Remove telemetry"
...
This reverts commit 6be3af71d4ebbbaf35faee4ed14c63fc6f7012bb.
2024-04-11 22:10:24 +01:00
Mike
880292592c
Log the contents of the General Purpose Registers when an unrecoverable exception occurs ( #66 )
...
This information is valuable for individuals utilizing Lime3DS to assist in debugging processes.
2024-04-10 17:35:50 -03:00
OpenSauce04
127244a1d0
Rebranded default system settings
2024-04-06 00:01:01 +01:00
Reg Tiangha
fd6ab2da95
Restore Web tab
2024-04-03 21:56:34 +01:00
OpenSauce04
f9c96d1b76
nit: Removed blank line after function definition
2024-04-03 21:56:34 +01:00
Reg Tiangha
6be3af71d4
Remove telemetry
2024-04-03 21:56:34 +01:00
Riley Hawksworth
99fd9c68a0
Fix clang-format errors.
2024-03-31 17:20:47 +01:00
Riley Hawksworth
5873e292e7
Update app loader to have a function for getting the long variant of the game title.
2024-03-31 17:20:47 +01:00
OpenSauce
6cf2c37392
The big rebrand commit
...
- Rebranded executable files to reference Lime instead of Citra
- Rebranded many files in the source tree to reference Lime instead of Citra
- Rebranded many resource files to reference Lime instead of Citra
- Rebranded all instances of Citra's reverse DNS to Lime's reverse DNS
- Other small misc rebrands
2024-03-31 16:50:40 +01:00
Gamer64ytb
baaf89ea3f
GSP_GPU: Fix pokemon, mario & luigi games
2024-03-30 19:06:31 +01:00
Reg Tiangha
5273a841a7
apply clang-format
2024-03-28 11:12:54 -06:00
Reg Tiangha
84a6ffed25
fix build issue with gcc 13.2.0
2024-03-28 11:12:18 -06:00
João Vitor Polverari
c27b4e8b7d
clang-format fix
2024-03-24 11:20:47 -03:00
João Vitor Polverari
b58c8e5b47
Comply to coding style guidelines (error with Clang Build)
2024-03-24 11:09:44 -03:00