7426 Commits (0ec60f21ff18fd8912273a37b9fdc7ba081dd98c)

Author SHA1 Message Date
lizzie 395613b01f
[common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 1 month ago
crueter c7b23f4a1a
[time] fix: guard timezone out buffer logging (#3668) 1 month ago
lizzie 38aa2bc5e1
[hle/services] use ankerl:: for Service's function handlers map, use const char* instead of std::string{} (#3671) 1 month ago
lizzie afec66f598
core/hle/services/audio] Fix audioctl being started before audout/audin (which are required for ctor) (#3695) 1 month ago
MaranBr 23566a1f7d
[prepo] Add support for missing PlayReport commands (#3674) 1 month ago
lizzie 06a08de68a
[core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639) 1 month ago
JPikachu f8712e50e6
[audio] stub SetAudioDeviceOutputVolumeAutoTuneEnabled and IsAudioDeviceOutputVolumeAutoTuneEnabled (#3654) 1 month ago
lizzie 75104b6103
[hle] Implement IApplicationManagerInterface::GetTotalSpaceSize (#3642) 2 months ago
lizzie c610b61126
[common, hle] add new updates Polish+Thai languages (#3587) 2 months ago
lizzie 0a687b82d4
[crypto] Atomize all traces of MbedTLS, and require OpenSSL 3+ (#3606) 2 months ago
lizzie 2082ba7ec7
[cmake, common] allow build with -fno-rtti and /GR-, to disable gen of rtti and save some bytes in vtables (#359) 2 months ago
lizzie 4f29128e50
[dynarmic] Fix ISB with new JIT schema (#3576) 2 months ago
lizzie f76dc401c3
[dynarmic] remove dead-code interpreter (#3547) 2 months ago
lizzie 75ebfaa090
[common] autogenerate unique console serial for every install (#3550) 2 months ago
lizzie 4e7c036c7e
[hle] fix spl being registered as 'spl' instead of 'spl:' (#3549) 2 months ago
lizzie c263b6af6f
[dynarmic] add current code page cache (#3459) 2 months ago
crueter 2b979024cb
[frontend] Slow and Turbo modes (#3525) 2 months ago
lizzie a8093c2a3c
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442) 2 months ago
Maufeat e544cb3cf6
[nce] add split patch mode to support modules bigger than 128MB (#3489) 2 months ago
Maufeat 16f2564478
[am] terminate app, if caller applet is available (#3486) 2 months ago
Maufeat 69aff83ef4
[fs/core] Load external content without NAND install (#2862) 2 months ago
Maufeat 08232ce642
[core, am] stub SetGpuTimeSliceBoost & fix ExitProcessAndReturn (#3475) 2 months ago
MaranBr 13f11ebf49
[nvnflinger] Reimplement GetBufferHistory (#3394) 2 months ago
Maufeat 2e432c9d17
[fsp-svr] Stub IsSdCardAcccessible (#3443) 2 months ago
crueter 8b55a15808
[desktop] Fix double profile deletion (#3422) 2 months ago
crueter b2b98ac83a
[desktop] refactor profile management and fix some misc bugs with it (#3415) 2 months ago
Maufeat 52f6984347
[am] Fix overlay starting double and add relaunching application (#3392) 3 months ago
Maufeat c59d12b0cd
[olsc] Rename Unknown27 to GetDataInfoV2 and fix crash on FW19 (#3387) 3 months ago
Maufeat 7396149ab1
[bsd, ssl] force ssl verify option to be 0 and other fixes (#3386) 3 months ago
Maufeat eb7f74ce97
[fs] Add known FileSystemAttribute struct fields (from libhac) (#3275) 3 months ago
Maufeat ddbb6f2219
[hle/ui] Add cmds and fix invalid handle return, remove Starter applet from UI (#3376) 3 months ago
Maufeat f74c590a8e
[hle/ns/am] Hijacks PlayerSelect Data to enable player selection and fix structs and returns on ns/am (#3374) 3 months ago
lizzie cb26ea154c
[vk, ogl/IR, dynarmic/IR] friendlier IR identity pointer chasing, inline AA passes (#3250) 3 months ago
lizzie b9da45cb1f
[tests] fix compile+linking issues with PlayTime (#3345) 3 months ago
Maufeat 30cbec7ad5
[core/hle] Adds sorting game titles and prevents hard crashes in qlaunch (#3330) 3 months ago
lizzie f45491e128
[cmake, core/hle] fix no-OpenSSL builds with BCAT news using unguarded httplib (#3326) 3 months ago
Lizzie 6ec6ca7c37
[clang, opengl] fix opengl build on PGO build and clang-cl on windows (#3332) 3 months ago
Maufeat 833a38b443
[hle] adds SetProtocol to user local communication (#3329) 3 months ago
Maufeat ae501e256e
[bcat/news/web/am] Implement news applet, proper TLV return, external web browser URL and qlaunch app sorting (#3308) 3 months ago
lizzie 83a28dc251
[common, core] remove uneeded memory indirection overhead at startup (#3306) 3 months ago
lizzie f544004b5d
[core/hle] update firmware constants to 21.2.0 (#3304) 3 months ago
lizzie c21f92340b
[core/hle/kernel] coalesce TLS from KernelCore to reduce query times (#3283) 3 months ago
lizzie 4cacf56cec
[core/hle] implement Unknown330 and stub extra 20/15 missing funcs (#3269) 3 months ago
lizzie 82f9d489e7
Revert "[vk, ogl/IR, dynarmic/IR] friendlier IR identity pointer chasing, inline AA passes (#2565)" (#3249) 3 months ago
kleidis b0cd47c005
[qt, android] Implement custom save path setting and migration + Implement custom path settings for Android (#3154) 3 months ago
lizzie 8f430d25a6
[core/hle] use boost::container::small_vector<> instead of std::set<> of dummy threads (#3025) 3 months ago
lizzie 46b32b7688
[vk, ogl/IR, dynarmic/IR] friendlier IR identity pointer chasing, inline AA passes (#2565) 3 months ago
crueter fb1600b7d1
Revert "[bsd, am, fermi] Replace assertions with warnings and update stubs (#3160)" (#3239) 3 months ago
Maufeat 6d80a5f823
[nvnflinger,vk] suppress error & warning log spam (#3227) 3 months ago
John 28f08e43f1
[core/nvnflinger] Revert GetBufferHistory #84 and #528 (#3218) 3 months ago