liamwhite
liamwhite
Rewrites and adds new functionality for partial qlaunch support
The limit register for vertex buffers is purely advisory. Since I'm pretty sure we don't support sparse buffers at all, this will ensure we don't expand to fill all available...
Too many service files still depend on kernel headers directly or indirectly, but this should speed up the build a little bit and make recompiles after changing kernel headers shorter.
This adds focus state handling and process lifecycle management to am, which now allows e.g. processes to be suspended when they fall out of focus and for process termination to...
Fixes #13025 Can't use ConstOffset with the scaler because resolution info is dynamic, so...
This was intended to keep vram usage from expanding to fill the entire gpu on dedicated cards. I am not convinced this limit is really necessary and it is causing...
Fixes crashes when closing applets. This just stops the crash, the code is clearly not working correctly because the call in Unmap to invalidate the region fails to fully invalidate...
1. Not necessary to record the parent directory for offset files as we never care about the parent. 2. When enumerating a directory to get the file sizes we also...
Literally just for AMD. This was already handled for D24S8 but forgotten for the dontcare version. https://github.com/yuzu-emu/yuzu/pull/13122#issuecomment-1965630414