8539 Commits (9f1ac96afa8f4480e3d7b3112720cf839ccd86d8)

Author SHA1 Message Date
Lioncash 6306e54f45 service/usb: Update function table 7 years ago
Lioncash f933b3370e service/erpt: Update function table 7 years ago
Lioncash 195cad9635 yuzu/configuration: Make slots private where applicable 7 years ago
Lioncash eabfb7730d yuzu/configuration: Add missing override specifiers to configuration-related classes 7 years ago
Lioncash f3253d0f14 yuzu/configuration/configure_input: Default destructor in the cpp file 7 years ago
David Marcec a9223c8182 Fixed crash with SetNpadMode 7 years ago
Lioncash 7fe27de26e svc: Use the current process' handle table for retrieving the process instance to act upon 7 years ago
Lioncash 6712e7402c svc: Reorganize svcGetInfo, handle more error cases for existing implemented info categories 7 years ago
Lioncash 57ac068a23 service/audio/audout_u: Amend constructor initialization list order 7 years ago
Lioncash db4523f1ec filesystem: De-globalize registered_cache_union 7 years ago
Lioncash e88cdcc912 Fix debug build 7 years ago
Lioncash 0ccaaafca3 file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default 7 years ago
Lioncash a7d9fe993a service/fsp_srv: Implement CleanDirectoryRecursively 7 years ago
Bartosz Kaszubowski 5f07ca3dce remove border from GameList 7 years ago
Subv 583bd20f02 Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. 7 years ago
Lioncash 308bbba8b9 service/set: Convert GetLanguageCode over to using PushEnum() 7 years ago
Lioncash 7c04fe22b4 service/set: Implement MakeLanguageCode 7 years ago
Lioncash 4b950728fd configure_input: Amend clang-format discrepancies 7 years ago
bunnei 0f43564d09 gl_rasterizer_cache: Update AccurateCopySurface to flush complete source surface. 7 years ago
ReinUsesLisp 2908d30274 gl_rasterizer: Enable clip distances when set in register and in shader 7 years ago
ReinUsesLisp e8620eaa9a gl_shader_manager: Update pipeline when programs have changed 7 years ago
Zach Hilman 170d707850 hle_ipc: Refactor SleepClientThread to avoid ReadableEvent 7 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 years ago
Zach Hilman a56fc84e7a hle_ipc: Use event pair for SleepClientThread 7 years ago
Zach Hilman c61d2a2841 kernel: Add named event table 7 years ago
Zach Hilman c713383816 kernel: Divide Event into ReadableEvent and WritableEvent 7 years ago
Zach Hilman d92989e787 kernel/object: Add descriptions to ResetTypes 7 years ago
bunnei 3d3cc35ee7 gl_rasterizer_cache: Remove BlitSurface and replace with more accurate copy. 7 years ago
ReinUsesLisp eb700afcf0 gl_shader_decompiler: Remove texture temporal in TLD4 7 years ago
ReinUsesLisp 8d58e5da71 gl_shader_decompiler: Flip negated if else statement 7 years ago
ReinUsesLisp f4abebd731 gl_shader_decompiler: Use GLSL scope on instructions unrelated to textures 7 years ago
ReinUsesLisp 78fc8f6b66 gl_shader_decompiler: Move texture code generation into lambdas 7 years ago
ReinUsesLisp ab13b628d0 gl_shader_decompiler: Clean up texture instructions 7 years ago
ReinUsesLisp 6a642022dd gl_shader_decompiler: Scope GLSL variables with a scoped object 7 years ago
ReinUsesLisp 037449668e gl_rasterizer: Signal UNIMPLEMENTED when rt_separate_frag_data is not zero 7 years ago
ReinUsesLisp 653d7a3f0d gl_rasterizer_cache: Use brackets for two-line single-expresion blocks 7 years ago
ReinUsesLisp 432a9872ed gl_rasterizer: Remove unused struct declarations 7 years ago
ReinUsesLisp 22c7c710b4 gl_rasterizer: Remove extension booleans 7 years ago
Zach Hilman 299224790c npad: Use NPadIdToIndex to prevent invalid array access 7 years ago
bunnei ac74b71d75 dma_pushbuffer: Optimize to avoid loop and copy on Push. 7 years ago
bunnei c568f5cea7 gpu: Move command list profiling to DmaPusher::DispatchCalls. 7 years ago
Zach Hilman 6df74ff579 npad: Fix copy/paste error with LED position assignments 7 years ago
Lioncash 2a22c1b27e yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8 7 years ago
Lioncash 0782d3971b yuzu/configure_input: Make CallConfigureDialog a non-member template function 7 years ago
Lioncash 7b1aaaa069 file_sys/registered_cache: Remove unused <map> include 7 years ago
Lioncash d72c809030 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 7 years ago
ReinUsesLisp 2e9b90abad gl_shader_decompiler: Fixup clip distance index 7 years ago
Lioncash d4e3d567ce control_metadata: Correct typo in language name (Portugese -> Portuguese) 7 years ago
Lioncash 11cf13a6e1 yuzu/configure_input_player: Use a lambda expression instead of std::bind 7 years ago