7873 Commits (f81ef990acfbab4986bdb3145b60948defde153c)

Author SHA1 Message Date
Morph f81ef990ac common: fs: Remove [[nodiscard]] attribute on Remove* functions 5 years ago
Rodrigo Locatti 13edf2e071 core: Make is_powered_on atomic 5 years ago
Fernando Sahmkow 1592ec32bc Update dynarmic and add new unsafe CPU option. 5 years ago
Morph 3543d65449 kernel: Fix missing peak set in KResourceLimit::SetLimitValue 5 years ago
ameerj 72a4091aec nvflinger: Add toggle to disable buffer swap interval limits 5 years ago
Morph 20bb5fe3a1 fsp_srv: Fix filesystem access logging 5 years ago
ameerj 2ec9c87101 configure_graphics: Add Accelerate ASTC decoding setting 5 years ago
ameerj 7709a7cdc0 lm: Demote guest logs to LOG_DEBUG 5 years ago
Morph e91bf05ce6 general: Remove extraneous includes 5 years ago
german77 7ae1e7c0bb hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor 5 years ago
FernandoS27 3147b9e34c General: Add settings for fastmem and disabling adress space check. 5 years ago
Markus Wick 99f6d60a99 core: Make use of fastmem 6 years ago
Morph 006ca28fc8 kernel: Unconditionally set thread state when appropriate 5 years ago
Morph 3509855179 kernel: KLightConditionVariable: Update implementation to 12.x 5 years ago
Markus Wick e7c2b054c1 Fix GCC undefined behavior sanitizer. 5 years ago
bunnei cb75c58714 hle: service: sm: Remove redundant session reservation, etc. 5 years ago
bunnei 63bc3eef98 hle: service: Increase arbitrary max sessions limit. 5 years ago
bunnei 6c3c99c915 hle: kernel: KClientPort: Add an assert for session count. 5 years ago
bunnei 73d30a5446 hle: service: sm: Fix GetService setup of session & port. 5 years ago
bunnei 407cf4ffdb hle: service: Use correct size for ServerSessionCountMax. 5 years ago
bunnei 6c84a78d74 hle: kernel: KServerSession: Fix client disconnected. 5 years ago
bunnei d06f7d9f6c kernel: svc: Add missing error check to CancelSynchronization. 5 years ago
bunnei c9d0bbb9f9 hle: service: Increase arbitrary max sessions limit. 5 years ago
bunnei b270cecbab hle: kernel: KServerSession: Work-around scenario where session is closed too early. 5 years ago
bunnei 4ad8a148ee hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid. 5 years ago
bunnei a3de201dcf hle: kernel: Remove service thread manager and use weak_ptr. 5 years ago
bunnei eeb8d0def8 hle: kernel: KServerSession: Use ASSERT_MSG where appropriate. 5 years ago
bunnei ff57fd7281 hle: kernel: k_server_session: Return service thread by strong pointer. 5 years ago
bunnei c833ca5fa0 hle: kernel: k_server_session: Ensure service thread is valid before dereference. 5 years ago
bunnei ea1ca74e7a hle: kernel: hle_ipc: Use default destructor for SessionRequestManager. 5 years ago
bunnei 38d8bcc574 hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree. 5 years ago
Lioncash c811d0f69d result: Add [[nodiscard]] specifiers where applicable 5 years ago
bunnei 8bf7b19d1d hle: kernel: Refactor to allocate a ServiceThread per service handler. 5 years ago
Morph 8977a5e928 fsp-srv: Replace one last instance of RESULT_SUCCESS 5 years ago
Chloe 8eb5da9a7c fspsrv: Implement DisableAutoSaveDataCreation (#6355) 5 years ago
Morph c4d6d9dfd3 general: Replace RESULT_UNKNOWN with ResultUnknown 5 years ago
Morph 7ebc38a6d1 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Lioncash cb111c0038 common_funcs: Move R_ macros to result.h 5 years ago
german77 b398e0783e input_common: Analog button, use time based position instead of frequent updates 5 years ago
Lioncash 2197782ecd k_class_token: Use variable templates where applicable 5 years ago
Markus Wick 870505def8 core/memory: Check our memory fallbacks for out-of-bound behavior. 5 years ago
Markus Wick 5aca25637f core/arm_interface: Improve the performance of memory fallbacks. 5 years ago
Lioncash a9fcaa9c00 kernel: Add missing override specifiers 5 years ago
Markus Wick 9f92beed0a Fix two GCC 11 warnings: Unneeded copies. 5 years ago
Markus Wick 6203af4169 externals: Update dynarmic. 5 years ago
Lioncash 2d390c1911 k_thread: Move dereference after null check in Initialize() 5 years ago
bunnei 639baf88f7 hle: kernel: KSlabHeap: Allow host or guest allocations. 5 years ago
Lioncash dabb48cb06 touchscreen: Make use of common point struct 5 years ago
Lioncash f49ea1959b common: Extract point into a common struct 5 years ago
Morph ed52a83511 applets/swkbd: Make use of std::move where applicable 5 years ago