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
KyloRen97
02c2a505e0
GSP_GPU: Fix framebuffer dirty bit
2024-03-13 19:57:19 +02:00
Théo B
e0d2c1308e
log: fix SOC_U::Accept LOG_DEBUG call, and ensure such mistakes get picked up at compile time ( #7463 )
...
* fix SOC_U::Accept invalid log function
* make logging get checked at compile time
- ensures log strings match the amount and type (if the format specifies an integer, for example) of the arguments
- if at any later point a runtime-generated string is used as the log format, FmtLogMessage might require an overload taking a fmt::runtime_format_string<> as the format argument type, everything else being equal. wrap the generated string with fmt::runtime() before passing to the LOG_X function
* formatting fix: aligning the arguments
2024-02-25 21:43:29 -08:00
Steveice10
4f9fc88bb3
apt: Improve accuracy of applet slot states on system applet launch. ( #7456 )
2024-02-23 16:18:16 -08:00
kylon
b5042a5257
Core: update kernel config memory to latest 11.17 ( #7460 )
2024-02-22 15:43:33 -08:00
GPUCode
de993dcfbd
service: Stub mcu::HWC ( #7428 )
2024-02-09 14:09:05 -08:00
Daniel López Guimaraes
2766118e33
http: Implement various missing commands ( #7415 )
2024-02-08 11:01:46 -08:00
Steveice10
06b26691ba
soc: Pass accurate sockaddr length to socket functions. ( #7426 )
2024-02-08 11:01:38 -08:00
PabloMK7
d41ce64f7b
Add ipv6 socket support ( #7418 )
...
* Add IPV6 socket support
* Suggestions
2024-02-07 19:22:44 -08:00
Steveice10
9f5d5c6ddd
externals: Remove broken android-ifaddrs. ( #7410 )
2024-02-01 06:39:13 -08:00
Steveice10
d1e3dddf6a
core: Fix invalid log formatting in ARM interpreter. ( #7391 )
2024-01-27 00:39:27 -08:00
PabloMK7
95ae46f6a8
SOC_U: Account for variable CTRSockAddr size ( #7387 )
...
* SOC_U: Account for variable CTRSockAddr size.
* Apply suggestions
2024-01-26 08:00:19 -08:00
Daniel López Guimaraes
89e13a85a7
Implement NEWS service ( #7377 )
2024-01-24 19:21:48 +02:00
GPUCode
eddc4a029c
cam: Ensure camera implementation is not null before using it ( #7368 )
...
* cam: Use PopEnum and update result names
* cam: Make sure impl is not null before using it
2024-01-21 23:32:46 -08:00
SachinVin
228f26d1e4
tests: Port merry's audio tests ( #7354 )
2024-01-21 05:16:00 +01:00
GPUCode
789654d7da
core: Do not update framebuffer layout on android ( #7330 )
2024-01-20 22:16:43 +02:00
Steveice10
f26044bb88
frontend: Add setting for whether to use LLE applets. ( #7345 )
2024-01-20 22:13:06 +02:00
Daniel López Guimaraes
c59ef7d793
cecd: Fixup GetCecInfoBuffer params order ( #7361 )
...
While I was looking at the NEWS sysmodule, I noticed the params order
for this command were backwards: the info type is the first param,
followed by the buffer size.
This is accurate to my reverse engineered code for the NEWS sysmodule.
2024-01-16 22:48:42 -08:00
PabloMK7
6a7841d4b0
fs: Update comment in Get[This]SaveDataSecureValue ( #7359 )
...
Upon further research, I found out the unknown value in FS::Get[This]SaveDataSecureValue indicates that the requesting process is a game card. I have updated the comment for future reference.
2024-01-15 11:42:28 -08:00
Steveice10
a2d1c4a94c
kernel: Move serialization code out of headers. ( #7312 )
2024-01-14 16:18:31 -08:00
Steveice10
cca8c08a9a
build: Fix non-PCH build on Linux and add non-PCH verification to CI. ( #7351 )
2024-01-13 19:58:09 -08:00
PabloMK7
72c1075402
Reorder error handling in extdata FS::CreateFile ( #7346 )
...
* Reorder error handling in extdata CreateFile
* Apply suggestions
2024-01-13 12:37:06 -08:00
PabloMK7
a177769c3b
Add random sleep to game main thread on first boot when using LLE modules ( #7199 )
...
* Add random delay to app main thread
* Suggestions
* Remove randomness, only delay with lle
* Apply suggestions
* Fix clang format
* Fix compilation (again)
* Remove unused include
2024-01-12 12:48:00 -08:00
PabloMK7
19d5695aa3
Implement some missing/wrong AC functionality. ( #7171 )
...
* Implement some missing/wrong AC functionality.
* Schedule NDM connect event into the future
* Disable NDM connect for now as it's causing issues
* Apply latest changes and suggestions.
* Workaround to fake wifi connection.
* Add missing command to ac:i
* Fix compilation
* Fix error codes for CamcelConnectAsync
* Fix missing global state.
2024-01-12 09:15:47 -08:00