10907 Commits (7d05ab127d60f56b98726019862c6f9b7ea7794b)

Author SHA1 Message Date
lizzie 1b482fa99b
[hle] remove parent object reference data on Request/Response builders, pass by argument (#3774) 3 weeks ago
xbzk b6ee847947
[hle/am] make Service::Process move-only to fix #3908 KProcess use-after-free (#4137) 3 weeks ago
maufeat 0c2894eabf
[hle] add: (re)winding application and revert option<Process> back to unique_ptr (#4134) 3 weeks ago
lizzie d8a8169eb2
[hle/bsd] do not use rust-result wannabe Expected in functions (#4075) 3 weeks ago
lizzie 81c6e56713
[core/am] ban y2k domain to make Civ7 boot web-appletless (#3868) 3 weeks ago
xbzk 09b6b3b71e
xbzk/gpu-logging_qt-controls_android-fix (#4018) 3 weeks ago
lizzie 3aa0d46259
[video_core, hle] remove redundant parent references in system structs (#3908) 3 weeks ago
BoiledElectricity ce14fc91fb
[game_list] fix crash and flashing from the directory watcher (#4099) 1 month ago
lizzie 8e9513cb5f
[service/ro] Fix too many plugin.nro not being loaded for SSBU (#3982) 1 month ago
lizzie 950e0f82fb
[hle/sm] implement sm:AtmosphereHasService (#3771) 1 month ago
xbzk 73918d23d5
[video_core, maxwell] fixes for homebrew games that use MESA compiler (#4012) 1 month ago
xbzk 78a1cd0533
[hle] support passing arguments to homebrew applications (#4013) 1 month ago
BoiledElectricity d698c3b601
[hle/fs] fix handle Temporary/ProperSystem/SafeMode save spaces instead of ASSERT(false) (#4069) 1 month ago
lizzie 3875093c70
[hle] Fixes for nxident, nxmp and nxplay, remove hbl.nsp workarounds (#3996) 1 month ago
lizzie 5ba3ae32dc
[hle/sockets] fix crash when socket() isn't initialized but send()/recv() are called (#3729) 1 month ago
bdm110 fb6330645a
[file_sys] Avoid crash on empty NACP language entries (#4062) 1 month ago
lizzie ce9c7c196d
[cmake] fix OpenSSL not using <openssl/cert.h> when applicable because it tries to use the system one instead of being explicitly linked (#4053) 1 month ago
Duncan Ogilvie aadcc24aac
[core/debugger] Protocol-compliant vCont support (#3896) 1 month ago
lizzie 89199f4d27
[*] basic in-house cpp linting (#4039) 1 month ago
crueter eaece15dbd
[svc] Stub BreakDebugProcess (#4044) 1 month ago
crueter 706a3d0764
[cmake] Disable `no-cast-function-type-mismatch` on Clang 19 (#4038) 2 months ago
MaranBr 0473747f94
[am] Fix application state notification (#4027) 2 months ago
lizzie 7c32cf03a1
[core/core_timing] better MWAITX and WAITPKG delays (#3984) 2 months ago
Yang Liu ff7bbaea7d
[dynarmic] bootstrap loongarch64 host build (#4015) 2 months ago
lizzie 9d55875377
[*] fix missing '#pragma once' on header files (#4014) 2 months ago
crueter 4a11d5db2f
[file_sys] Increase max file limit to 8192 (#4011) 2 months ago
maufeat c6afeb2bf8
[nvnflinger] Add case for DefaultDataSpace (#3956) 2 months ago
lizzie 2aa2ac7d9a
[hle/service{nvdrv,apm}] fixes for TetrisSwitch (#3983) 2 months ago
lizzie 37b5cf6003
[audio_core, hle, video_core] force inline of functions that only contain thread loops (#3970) 2 months ago
lost-chaos d761ecba8c
[core/arm/nce] suppress unused variable warnings (#4002) 2 months ago
xbzk 83683440b2
[net] ban api.epicgames.dev domain (#3999) 2 months ago
lizzie 46cfd9b6f3
[net] support SCTP protocols (+all base FBSD protos), ban more NS domains (#3955) 2 months ago
crueter feb8c5f88e
[desktop] More qt_common reorganization (#3916) 2 months ago
lizzie 300a646a34
[hle] make HBLoader work, add -hlaunch option (#3981) 2 months ago
lizzie e875a3196b
[core/hle/services/sockets] allow 'valid' range from [16,255] for IPv4 (#3491) 2 months ago
lizzie 7455854528
[core/memory] remove duplicates from template when unsafe=T/F, remove increment, remove sad path for exception code on cache op (#3972) 2 months ago
lizzie 413c7543ba
[hle] inline HLE cmif request to not allocate on heap stuff (#3605) 2 months ago
lizzie 975aa4e2f2
[common] remove ptr indirection on WallClock (#3864) 2 months ago
lizzie 02dee4a20b
[file_sys/system_archive] remove uneeded ctor/dtor initializations for std::map<> when creating system archives for nx_tzdb generated files (#3919) 2 months ago
smiRaphi 28a2ff1b94
[file_sys] fix romfs_ext mods (#3914) 2 months ago
lizzie b89cd6903c
[jit] fix Super Mario 64 in SM3D: All-Stars (#3950) 2 months ago
lizzie 672c21829b
[core/hle/kernel] Remove redundant TLS load/stores, reuse computed segment+address instead (#3932) 2 months ago
lizzie eec460ec2e
[dynarmic] remove decode matcher function handlers using std::function<>, use raw function pointers (#3920) 2 months ago
lizzie a6423a88cc
[file_sys] resize SD card size in 4GiB chunks (#3921) 2 months ago
lizzie f87b1dafc8
[file_sys/sytem_archive] add missing identifiers for +8.0 (#3867) 2 months ago
crueter b154a7da3c
[hle, friend] GetFriendListForViewerV2 STUBBED and update list of functions (#3933) (#3937) 2 months ago
PavelBARABANOV 86eae5cc41
[core] Fix qlaunch crash on second launch (#3930) 2 months ago
lizzie 4f4c298a39
[hle, service] fix errors related to race conditions triggering under SMG1 and SMG2 (#3927) 2 months ago
maufeat fee603f0b9
[kernel, hle] Initial 22.0.0 kernel changes and cmd stubs (#3761) 2 months ago
lizzie d17ecb01af
[file_sys] fix compilation on GCC 16 (#3917) 3 months ago