10824 Commits (ca42578d4ecd9aae22a26bd3bb6a12631f0da9ab)

Author SHA1 Message Date
lizzie 651585963a
[core] Fix range batching using nil ranges (#3349) 2 months ago
lizzie b9da45cb1f
[tests] fix compile+linking issues with PlayTime (#3345) 2 months ago
Maufeat 30cbec7ad5
[core/hle] Adds sorting game titles and prevents hard crashes in qlaunch (#3330) 2 months ago
lizzie f45491e128
[cmake, core/hle] fix no-OpenSSL builds with BCAT news using unguarded httplib (#3326) 2 months ago
CamilleLaVey 1a9b4b37e1
[buffer_cache] Add batching support for memory tracker updates (#3288) 2 months ago
Lizzie 6ec6ca7c37
[clang, opengl] fix opengl build on PGO build and clang-cl on windows (#3332) 2 months ago
Maufeat 833a38b443
[hle] adds SetProtocol to user local communication (#3329) 2 months ago
Maufeat ae501e256e
[bcat/news/web/am] Implement news applet, proper TLV return, external web browser URL and qlaunch app sorting (#3308) 2 months ago
lizzie 83a28dc251
[common, core] remove uneeded memory indirection overhead at startup (#3306) 2 months ago
lizzie f544004b5d
[core/hle] update firmware constants to 21.2.0 (#3304) 2 months ago
lizzie dceeccd04b
[dynarmic, common] pagetable clustering (#3215) 2 months ago
lizzie c21f92340b
[core/hle/kernel] coalesce TLS from KernelCore to reduce query times (#3283) 2 months ago
lizzie 4cacf56cec
[core/hle] implement Unknown330 and stub extra 20/15 missing funcs (#3269) 2 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 742622a98d
[file_sys, cheats] fix cheat_xxx.txt not being able to be disabled from Qt frontend (#3223) 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
crueter e4cbcec2f1
[settings, frontend] Reorganize graphics/CPU settings, saner defaults (#3233) 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
Maufeat 1d629fe83c
[svc] Implement GetSystemInfo (#3217) 3 months ago
lizzie ba3eda83d3
[hle] update firmware version from 21.0.1 to 21.1.0 (#3208) 3 months ago
Gamer64 bb94cff886
[chore] Fixed a couple memory leaks using up ~15 MB each iteration (#398) 3 months ago
Caio Oliveira 3413fbd9da
[FIXUP] Partially revert "[NCE] Fix cache invalidation and signal interrupt race condition (#3063)" (#3190) 3 months ago
lizzie 557876b222
[core] use memcpy instead of hand rolling aligned cases (#2639) 3 months ago
Maufeat 1d869e8495
[hle] stubbed extra services from (parental controls and stuff) fw21 (#3175) 3 months ago
Maufeat bf68eede05
[bsd, ssl] fix connection between bsd:u and bsd:s and file descriptor copy (#3172) 3 months ago
Maufeat 1eed7efd09
[core, display, overlay] Add LayerIsOverlay to separate overlay on composer, stub RequestListSummaryOverlayNotification, sync emu settings when setting language (#3123) 3 months ago
Kleidis b9530ae80f
[core] Add overridable game setting functionality (#2963) 3 months ago
Maufeat db1dfc9755
[hle] fix struct order to fix flags and launching via qlaunch (#3173) 3 months ago
Maufeat 30d75d4e52
[hle] add GetApplicationControlData2 and GetApplicationControlData3 to make on FW20.0.0 - FW21.1.0 icons work on qlaunch (#3153) 3 months ago
JPikachu adc41bff70
[bsd, am, fermi] Replace assertions with warnings and update stubs (#3160) 3 months ago
lizzie 09f03f5640
[hle/kernel] mark invalid SVC paths as unreachable (#3023) 4 months ago
MrPurple666 e3c942b209
[NCE] Fix cache invalidation and signal interrupt race condition (#3063) 4 months ago
lizzie a33956f738
[hle] remove settings server thread (#3118) 4 months ago
lizzie 941caf31ce
[port] NetBSD and improper ctor for SpinLock fixes (#3092) 4 months ago
crueter 318998cbb5
[cmake] fix macos mbedtls (#3109) 4 months ago
Maufeat f58097e814
[hle,display,overlay,starter,hid] add overlay functions, starter applet (initially), HID handheld for system applets and fw21 stubs (#3080) 4 months ago
lizzie 1efef85352
Partial revert "[common] remove HeapTracker (#3001)" (#3107) 4 months ago
lizzie ea0e5d630c
[common] remove HeapTracker (#3001) 4 months ago
lizzie 46239dafa1
[core/hle] bump to 21.0.1 (#3091) 4 months ago
lizzie f40025fd9b
[qt, settings] allow to set custom unit and battery serial (#2813) 4 months ago
lizzie d8f2e22bf8
Revert "[gpu/nvdrv] Unstub SetErrorNotifier, add PostErrorNotification function (#2500)" (#3046) 4 months ago
lizzie 2e1af92852
[hle/kernel] allow primitive tracing of svcs on debug builds (#3005) 4 months ago
lizzie 92274ff280
[dynarmic] remove scopedjit remnants (#3029) 4 months ago
lizzie d1ac5b2e50
[qt_common, core, audio] remove duplicate string literal definitions, inline SystemManager::threadfunc, increase latency of audio shutdown (#3030) 4 months ago
PavelBARABANOV 227a007413
[dynarmic] removes ScopedJitExecution / fix-ac3 (#3018) 4 months ago
SDK Chan 74d6eaf721
[gpu/nvdrv] Unstub SetErrorNotifier, add PostErrorNotification function (#2500) 4 months ago