2444 Commits (5d7c581834c02e5a792431cefeac8c778581088d)

Author SHA1 Message Date
maufeat 5d7c581834 initial header 2 months ago
maufeat 8a9e2b9d90 initial 22.0.0 kernel changes and cmd stubs 2 months ago
lizzie c172abfb53
[hle] reuse previous pagetable when initializing new processes on the same KProcessPageTable (#3891) 2 weeks ago
Duncan Ogilvie 1590e7c061
[core] GDB improvements (#3848) 2 weeks ago
lizzie c95cb8f8ec
[hle] improved flusher that uses jthread (#3837) 1 month ago
smiRaphi d99a8c65cc
[hle/kernel] Fix OutputDebugString formatting (#3744) 1 month ago
lizzie 148dc7b480
[arm] remove vtable bounce hack (#3776) 1 month ago
lizzie ee2891c55e
[common] unify std::random_device (#3801) 1 month ago
lizzie 395613b01f
[common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2 months ago
lizzie 06a08de68a
[core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639) 2 months ago
lizzie a8093c2a3c
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442) 3 months ago
Maufeat e544cb3cf6
[nce] add split patch mode to support modules bigger than 128MB (#3489) 3 months ago
Maufeat ddbb6f2219
[hle/ui] Add cmds and fix invalid handle return, remove Starter applet from UI (#3376) 4 months ago
lizzie 83a28dc251
[common, core] remove uneeded memory indirection overhead at startup (#3306) 4 months ago
lizzie c21f92340b
[core/hle/kernel] coalesce TLS from KernelCore to reduce query times (#3283) 4 months ago
lizzie 8f430d25a6
[core/hle] use boost::container::small_vector<> instead of std::set<> of dummy threads (#3025) 4 months ago
Maufeat 1d629fe83c
[svc] Implement GetSystemInfo (#3217) 4 months ago
lizzie 09f03f5640
[hle/kernel] mark invalid SVC paths as unreachable (#3023) 5 months ago
lizzie 2e1af92852
[hle/kernel] allow primitive tracing of svcs on debug builds (#3005) 6 months ago
lizzie d1ac5b2e50
[qt_common, core, audio] remove duplicate string literal definitions, inline SystemManager::threadfunc, increase latency of audio shutdown (#3030) 6 months ago
lizzie 7d239df065
[hle, kernel] Add support for FW21 and kernel changes (#3004) 6 months ago
lizzie 45a2008aa6
[common] replace Common::(DerivedFrom, IsArithmetic, Size, ConvertibleTo, IsIntegral) with libstdc++ equivalents (#290) 6 months ago
lizzie 8f6e0aa2cb
[tools, hle/kernel] generate condensed version of svc.cpp; move svc_generator.py and generate_converters.py to tools (#2791) 6 months ago
lizzie 504df4856d
[core/loader] Implement a bit improper ASLR (#2945) 6 months ago
lizzie 82eb5a03f4
[core/arm] introduce vtable bouncing (#2943) 6 months ago
JPikachu ead5978b34
[kernel] Implement code address offset for Skyline compatibility (#2858) 6 months ago
lizzie bfb112dad1
[core/hle/kernel] fix scoped JIT remnants (#2912) 6 months ago
lizzie 2dc6d773ee
[common, hle/kernel] Remove LTO_NOINLINE (#2908) 6 months ago
Caio Oliveira 0be29d2947
[meta] fix building with clang 21.1.4 (#2839) 7 months ago
lizzie ba20e5c2f5
[common] fix extraneous error wrt. priority queues (#2598) 8 months ago
lizzie 020ad29a8c
[common] replace Common::BitSet with std::bitset (#2576) 8 months ago
lizzie f19bbda517
[common] remove ranges polyfill (#2546) 8 months ago
lizzie 191e4c75a1
[meta] fix license headers (#2547) 8 months ago
lizzie 9d2681ecc9
[cmake] enable clang-cl and WoA builds (#348) 8 months ago
crueter bbcd8aded6
Revert "[heap_tracker] Use ankerl map instead of rb tree (#249)" (#382) 8 months ago
lizzie 9d53933a95
[fmt] use {:#X} for format instead of 0x{:X} (#309) 9 months ago
lizzie c9a3baab5d
[heap_tracker] Use ankerl map instead of rb tree (#249) 9 months ago
SDK-Chan e75ceb676b
[core] Finalize AliasRegionExtraSize (#291) 9 months ago
SDK-Chan 7ce051cfb3
[core] Unstub AliasRegionExtraSize (#260) 9 months ago
MaranBr b906abf9fc
[kernel] Ensure all kernel objects exist before destroying them and avoid infinite loop between Open() and Close() functions (#261) 9 months ago
crueter f1e74f6855
[meta] remove MicroProfile (#185) 9 months ago
Gamer64 1f34d836b4
Add cmake option to enable microprofile (#179) 9 months ago
crueter f121df0aa3 [frontend] Firmware setup & requirement (#222) 11 months ago
Aleksandr Popovich ed4b011cad fix more vulkan issues and remove vertex input (#117) 12 months ago
Aleksandr Popovich 049cc54f4c fixes vulkan issues and android settings (#105) 12 months ago
swurl 7e943732bf fix a large variety of issues (#101) 1 year ago
JPikachu 8599c47fe0 service: sm/kernel/loader: Implement QueryPointerBufferSize, automatic pointer buffer sizing, and SM service improvements 1 year ago
JPikachu bc86307ad6 Service: Add AliasRegionExtraSize 1 year ago
JPikachu e0795f2b40 Service: Add AliasRegionExtraSize 1 year ago
JPikachu 4957950b55 revert 789bbd7ab5 1 year ago