This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
ryujinx
Watch
1
Star
0
Fork
0
You've already forked ryujinx
mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced
2025-02-18 19:55:15 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ryujinx
/
Ryujinx.HLE
/
HOS
/
Services
/
Account
/
Acc
History
gdkchan
4f3af839be
Minor code formatting (
#4498
)
2023-03-04 14:43:08 +01:00
..
AccountService
Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexString(bytes) (
#4382
)
2023-02-08 14:54:58 +01:00
AsyncContext
…
Types
Optimize string memory usage. Use Spans and StringBuilders where possible (
#3933
)
2023-01-18 22:25:16 +00:00
AccountManager.cs
Update LibHac to 0.18.0 (
#4414
)
2023-03-01 23:42:27 -03:00
AccountSaveDataManager.cs
Minor code formatting (
#4498
)
2023-03-04 14:43:08 +01:00
ApplicationServiceServer.cs
acc: Stub CheckNetworkServiceAvailabilityAsync (
#4052
)
2022-12-07 23:19:22 +01:00
DefaultUserImage.jpg
…
IAccountServiceForAdministrator.cs
…
IAccountServiceForApplication.cs
Implement Account LoadOpenContext (
#4359
)
2023-02-01 12:52:36 -03:00
IAccountServiceForSystemService.cs
…
IAsyncContext.cs
IPC refactor part 3+4: New server HIPC message processor (
#4188
)
2023-01-04 23:15:45 +01:00
IAsyncNetworkServiceLicenseKindContext.cs
Address gdkchan's comment
2022-08-31 21:33:03 +02:00
IBaasAccessTokenAccessor.cs
…