4965 Commits (58dee5330566d8948783eb2246ed4e4cde316068)

Author SHA1 Message Date
lizzie 58dee53305
[fmt] use {#:x} instead of 0x{:#x} (#4170) 2 months ago
crueter 479df9809a
[filesystem] Return ResultPathAlreadyExists from CreateDirectory if path exists (#4224) 2 months ago
lizzie 5b4dc32c1a
[core/hle/service/am] Stub ISelfController::IsIlluminanceAvailable (#4163) 2 months ago
Maufeat a90ba7f6ac
[hle] stub SetMouseLibraryVersion (#4222) 2 months ago
xbzk b85f289048
[nce, fs] tico support, fix FS bug that would nuke entire 'switch' folder (#4086) 2 months ago
lizzie 3fd6eeaf9f
Revert #3970 #4177 (#4187) 2 months ago
lizzie 41762940d6
[common] rework BitField and BitUtil, use concepts whenever possible (#4076) 2 months ago
lizzie ce043aceb9
[core/hle/service] remove duplicate Core::System& from some ServiceFramework (#4171) 2 months ago
lizzie bfc0e60333
[externals/stb] only include JPEG functions, disable all others (#4179) 2 months ago
lizzie 1b482fa99b
[hle] remove parent object reference data on Request/Response builders, pass by argument (#3774) 3 months ago
xbzk b6ee847947
[hle/am] make Service::Process move-only to fix #3908 KProcess use-after-free (#4137) 3 months ago
maufeat 0c2894eabf
[hle] add: (re)winding application and revert option<Process> back to unique_ptr (#4134) 3 months ago
lizzie d8a8169eb2
[hle/bsd] do not use rust-result wannabe Expected in functions (#4075) 3 months ago
lizzie 81c6e56713
[core/am] ban y2k domain to make Civ7 boot web-appletless (#3868) 3 months ago
lizzie 3aa0d46259
[video_core, hle] remove redundant parent references in system structs (#3908) 3 months ago
lizzie 8e9513cb5f
[service/ro] Fix too many plugin.nro not being loaded for SSBU (#3982) 3 months ago
lizzie 950e0f82fb
[hle/sm] implement sm:AtmosphereHasService (#3771) 3 months ago
xbzk 73918d23d5
[video_core, maxwell] fixes for homebrew games that use MESA compiler (#4012) 3 months ago
BoiledElectricity d698c3b601
[hle/fs] fix handle Temporary/ProperSystem/SafeMode save spaces instead of ASSERT(false) (#4069) 3 months ago
lizzie 3875093c70
[hle] Fixes for nxident, nxmp and nxplay, remove hbl.nsp workarounds (#3996) 3 months ago
lizzie 5ba3ae32dc
[hle/sockets] fix crash when socket() isn't initialized but send()/recv() are called (#3729) 3 months ago
MaranBr 0473747f94
[am] Fix application state notification (#4027) 4 months ago
lizzie 7c32cf03a1
[core/core_timing] better MWAITX and WAITPKG delays (#3984) 4 months ago
lizzie 9d55875377
[*] fix missing '#pragma once' on header files (#4014) 4 months ago
maufeat c6afeb2bf8
[nvnflinger] Add case for DefaultDataSpace (#3956) 4 months ago
lizzie 2aa2ac7d9a
[hle/service{nvdrv,apm}] fixes for TetrisSwitch (#3983) 4 months ago
lizzie 37b5cf6003
[audio_core, hle, video_core] force inline of functions that only contain thread loops (#3970) 4 months ago
xbzk 83683440b2
[net] ban api.epicgames.dev domain (#3999) 4 months ago
lizzie 46cfd9b6f3
[net] support SCTP protocols (+all base FBSD protos), ban more NS domains (#3955) 4 months ago
lizzie e875a3196b
[core/hle/services/sockets] allow 'valid' range from [16,255] for IPv4 (#3491) 4 months ago
lizzie 413c7543ba
[hle] inline HLE cmif request to not allocate on heap stuff (#3605) 4 months ago
lizzie 975aa4e2f2
[common] remove ptr indirection on WallClock (#3864) 4 months ago
lizzie b89cd6903c
[jit] fix Super Mario 64 in SM3D: All-Stars (#3950) 4 months ago
crueter b154a7da3c
[hle, friend] GetFriendListForViewerV2 STUBBED and update list of functions (#3933) (#3937) 4 months ago
lizzie 4f4c298a39
[hle, service] fix errors related to race conditions triggering under SMG1 and SMG2 (#3927) 5 months ago
maufeat fee603f0b9
[kernel, hle] Initial 22.0.0 kernel changes and cmd stubs (#3761) 5 months ago
lizzie a587b7dc3a
[hle/nvdrv] drop redundant shared_ptr<> in internal nvhost_as_gpu mappings (#3858) 5 months ago
lizzie 90515bc6a2
[host1x] fix ffmpeg not having va-api on freebsd, inline nvenc (#3878) 5 months ago
crueter 676b1aabfc
[frontend] Built-in auto updater (#3845) 5 months ago
crueter c05d999225
[bcat] Fix news to use Forgejo releases instead (#3841) 5 months ago
lizzie 1f787ffc39
[cmake, deps] conjure common/httplib.h and remove global def for httplib macros (#3800) 5 months ago
lizzie c3afd2fabd
[hle] fetch manager once in cmif wrapper (#3796) 6 months ago
lizzie ee2891c55e
[common] unify std::random_device (#3801) 6 months ago
PavelBARABANOV 813a35abca
[vi] Restore high Z-index for shared buffer layer to fix keyboard overlay display (#3787) 6 months ago
lizzie b673dad40d
[hle/service/nifm] fix pack(pop) warning on clang (#3764) 6 months ago
lizzie 772e38cb8d
[hle/service/sockets] fix hogwarts legacy crash due to non-blacklisted domain (#3762) 6 months ago
lizzie 811cc18d74
[hle/acc] fix (false) return where it's just 2 (#3763) 6 months ago
lizzie 395613b01f
[common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 6 months ago
crueter c7b23f4a1a
[time] fix: guard timezone out buffer logging (#3668) 6 months ago
lizzie 38aa2bc5e1
[hle/services] use ankerl:: for Service's function handlers map, use const char* instead of std::string{} (#3671) 6 months ago