Commit graph

27138 commits

Author SHA1 Message Date
darktux
047df5dfff Save memory by using dyamic stack size in Fiber 2025-04-04 03:40:48 +02:00
darktux
cb477dacea Implemented a more correct version of ISfServiceMonitor::GetGroupInfo 2025-04-04 03:40:48 +02:00
darktux
3d422626d1 Fixed minicoro.h formatting 2025-04-04 03:40:47 +02:00
darktux
803939a540 Radeon gpu profiler detection support 2025-04-04 03:40:47 +02:00
darktux
50f7d4982b clang-formated new fiber.cpp and minicoro.h 2025-04-04 03:40:47 +02:00
darktux
865757be47 Implemented rewindless Fiber without Boost (using minicoro) 2025-04-04 03:40:47 +02:00
darktux
9a39b63f12 Solves warning about GuestMemory having internal linkage.
It is very hard to explain why this public interface class was defined
in an anonymous namespace inside a header file.
2025-04-04 03:40:47 +02:00
darktux
7f3c674385 Fixed formatting in new stubs ported from Suyu 2025-04-04 03:40:47 +02:00
darktux
e8d935c67a Ported some stubs from Suyu (2ba2db7795) 2025-04-04 03:40:47 +02:00
darktux
5d1ee830ab Removed telemetry and anonymized SCM (git) strings 2025-04-04 03:40:47 +02:00
darktux
996ac3571c Actually return 0 in IFriendService::GetReceivedFriendRequestCount 2025-04-04 03:40:47 +02:00
darktux
d7692fa231 Fixed minor issues from previous PR related to buffers and a typo in npns 2025-04-04 03:40:47 +02:00
darktux
e723b3a5b6 Implemented IFriendService::GetUserPresenceView stub to get QLaunch friends list running 2025-04-04 03:40:46 +02:00
darktux
5bec9d3656 Always report command ID in log and implement LoadUserSetting stub 2025-04-04 03:40:46 +02:00
darktux
5ae2193207 Disable "Open Home Menu" action as appropriate 2025-04-04 03:40:46 +02:00
darktux
ca0549bc0f Port changes from Early Access 2025-04-04 03:40:46 +02:00
darktux
a549bacaa9 Android: Add ability to run Qlaunch 2025-04-04 03:40:46 +02:00
darktux
7477e211fe Implement option to start QLaunch from Tools menu 2025-04-04 03:40:45 +02:00
Briar
da32964210
android: Add static color theme option
* android: Add static color theme option ported from Azahar 

* android: Remove leftover xml from early access fragment

* android: Properly theme material dialogs to theme color

* android: Fixup colors through the app

and make game image corners more round

* android: Set default theme to violet to match eden branding

* Update license headers

---------

Co-authored-by: Kleidis <167202775+kleidis@users.noreply.github.com>
2025-04-04 03:35:28 +02:00
Briar
53ac2069b5 android: Update AndroidX dependencies to latest versions 2025-04-04 03:23:32 +02:00
Briar
228400c93f ci: Try and make license header runner job work on PRs 2025-04-04 03:23:32 +02:00
Briar
3e8c796770 ci: Try and make runner job work on PRs 2025-04-04 03:23:32 +02:00
Briar
35843f8848 externals: Downgrade dynarmic to ae99622 and xbyak to 0d67fd15; modify ABI parameter handling in macro_jit_x64.cpp 2025-04-04 03:23:32 +02:00
Briar
6aef429fa0 externals: Update dynarmic to 5ae5288 2025-04-04 03:23:32 +02:00
Briar
7187d4f67d ci: Use normal release build type for APK packing 2025-04-04 03:23:32 +02:00
Briar
92a4ac45a4 android: Switch to custom Oboe submodule 2025-04-04 03:23:32 +02:00
Briar
afc87d4ec1 externals: Update sirit to 6e6d79 2025-04-04 03:23:32 +02:00
Briar
56f2dc3ab0 android: Try to suppress outdated minimum version error for oobe 2025-04-04 03:23:32 +02:00
Briar
1fbed6f772 externals: Update opus to df02d25 2025-04-04 03:23:32 +02:00
Briar
2c6f24c1e4 Fix android vcpkg compiling 2025-04-04 03:23:32 +02:00
Briar
8649febd5e externals: Update sirit to 770472e 2025-04-04 03:23:32 +02:00
Briar
a351ea0212 Fix windows boost compilation errors 2025-04-04 03:23:32 +02:00
Briar
2cdd8e07bd externals: Update vcpkg to ea2a964 2025-04-04 03:23:32 +02:00
Briar
f57a2013db externals: Update discord-rpc to 32d1cfcab 2025-04-04 03:23:32 +02:00
Briar
adda594275 externals: Update enet to 2662c0d 2025-04-04 03:23:32 +02:00
Briar
8491f4c9df externals: Update cubeb to 2662c0d 2025-04-04 03:23:32 +02:00
Briar
e12c1a20f6 externals: Update mbedtls to acdc937 2025-04-04 03:23:32 +02:00
Briar
f7364718bf Update fastmem pointer handling to use std::optional 2025-04-04 03:23:32 +02:00
Briar
1561e0142c externals: Update vcpkg to c82f7466 2025-04-04 03:23:32 +02:00
Briar
17133b434e externals: Update discord-rpc to 54eb03c 2025-04-04 03:23:32 +02:00
Briar
b15d9768bd externals: Update dynarmic to 4663c05 2025-04-04 03:23:32 +02:00
Briar
b9361d41f7 externals: Update xbyak to 44a72f3 2025-04-04 03:23:31 +02:00
Briar
b9496511c8 qt: 6.7.3 Implementation
Co-authored-by: Kleidis <167202775+kleidis@users.noreply.github.com>
2025-04-04 03:23:31 +02:00
Briar
7f824522d5 ci: Add license header check for pull requests
Co-Authored-By: OpenSauce <48618519+opensauce04@users.noreply.github.com>
2025-04-04 03:23:31 +02:00
Briar
b3a3b6e4f8 ci/cd: Initial implantation
Co-Authored-By: Morph <39850852+morph1984@users.noreply.github.com>
2025-04-04 03:23:31 +02:00
briar
90e51e0d0d cmakelists: Remove hard-coded limit for tool-chain 2025-04-04 03:23:31 +02:00
briar
aba09b9d7a ci/cd: Delete old files 2025-04-04 03:23:31 +02:00
briar
78e806c530 android: Remove leftover EA strings 2025-04-04 03:23:31 +02:00
Briar
f2064e7572 android: Remove early access fragment and home setting item 2025-04-04 03:23:31 +02:00
Briar
84f60466ac Delete FUNDING.yml 2025-04-04 03:23:31 +02:00