7302 Commits (71b48cb00fed9ff70b99415cdf41c2f41c69ad1e)

Author SHA1 Message Date
Lioncash 71b48cb00f kernel/mutex: Replace ResultCode construction for invalid addresses with the named variant 7 years ago
Lioncash b6867602ca kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock() 7 years ago
Lioncash 9dbe9d4291 yuzu/util: Antialias game list compatibility pixmaps 7 years ago
Lioncash 13930f0c33 game_list_p: Amend typo in GameListItemCompat's constructor parameter 7 years ago
Lioncash 51b5619079 game_list_p: Take map iterator contents by const reference 7 years ago
raven02 2845348608 Implement ASTC_2D_8X8 (Bayonetta 2) 7 years ago
raven02 0019a36b41 Implement RenderTargetFormat::BGR5A1_UNORM (Pokken Tournament DX) 7 years ago
Subv c878a819d7 Shaders: Implemented multiple-word loads and stores to and from attribute memory. 7 years ago
Valentin Vanelslande 54ddb37b3c Port # #4192 from Citra: "svc: change unknown to thread in CreateThread" 7 years ago
Yuri Kunde Schlesner 3bd8563f2d Tests: Remove glad test OS X work-around 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
FernandoS27 f8e994354f Optimized Texture Swizzling 7 years ago
Lioncash fc669a97d4 cubeb_sink: Get rid of variable shadowing within CubebSink's constructor 7 years ago
Lioncash b5218d9986 cubeb_sink: Correct context name in ListCubebSinkDevices() 7 years ago
Lioncash da64da367b services/sm: Amend error code constants 7 years ago
Lioncash 4f8756edd0 kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory() 7 years ago
Lioncash accd1f17e4 kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory() 7 years ago
Lioncash ae128f0375 gl_shader_decompiler: Get rid of variable shadowing within LEA instructions 7 years ago
Lioncash 496c67fd73 kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory() 7 years ago
Lioncash 7bd2faad9a kernel/svc: Sanitize heap sizes within svcSetHeapSize() 7 years ago
Lioncash 9969a5db1e audio_core/time_stretch: Silence truncation warnings in Process() 7 years ago
Lioncash 50a5d09d32 kernel/errors: Amend error code for ERR_NOT_FOUND 7 years ago
Lioncash 0258b444ef service/vi: Replace includes with forward declarations where applicable 7 years ago
Lioncash 2ea45fe75b kernel/thread: Include thread-related enums within the kernel namespace 7 years ago
Lioncash a0e51d8b98 service: Use nested namespace specifiers where applicable 7 years ago
Valentin Vanelslande 2ec9fbc2d4
ipc: minor fix 7 years ago
ReinUsesLisp a42376dfad Use ARB_multi_bind for uniform buffers (#1287) 7 years ago
Lioncash ce97d8ef6c services/pl_u: Add missing Korean font to the fallback case for shared fonts 7 years ago
bunnei 4a43fb7e1d gl_rasterizer_cache: B5G6R5U should use GL_RGB8 as an internal format. 7 years ago
Subv bb5eb4f20a GPU: Basic implementation of the Kepler Inline Memory engine (p2mf). 7 years ago
MerryMage 957ddab679 audio_core: Flush stream when not playing anything 7 years ago
FernandoS27 a99d9db32f Implemented Texture Processing Modes 7 years ago
Lioncash fbe462099b svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is given 7 years ago
Lioncash 3c5c292592 kernel/errors: Correct error codes for invalid thread priority and invalid processor ID 7 years ago
Lioncash 9b3bc0b282 svc: Do nothing if svcOutputDebugString() is given a length of zero 7 years ago
Lioncash 04d723baf9 svc: Correct parameter type for OutputDebugString() 7 years ago
Lioncash e89c22c147 yuzu/configure_gamelist: Make combo box strings translatable 7 years ago
Lioncash a9b953e6d4 yuzu/configure_gamelist: Use std::array instead of std::vector for translatable strings 7 years ago
Lioncash 3a2567c97c yuzu/configure_gamelist: Move combo box initializtion to their own functions 7 years ago
bunnei 7bb226f22d gl_rasterizer_cache: Always blit on recreate, regardless of format. 7 years ago
Lioncash 0e61e8362f game_list: Resolve variable shadowing within LoadCompatibilityList() 7 years ago
Lioncash 7fe10dea3e game_list: Use QJsonValueRef() within LoadCompatibilityList() 7 years ago
Lioncash c243bc09d4 service/audio: Replace includes with forward declarations where applicable 7 years ago
Lioncash bad035e9a3 audio_core/sink_details: Change std::string parameter into std::string_view 7 years ago
Lioncash c061e27155 pl_u: Eliminate mutable file-scope state 7 years ago
Lioncash 325c259fc5 service/prepo: Move class into the cpp file 7 years ago
bunnei cdddd71d08 gl_shader_cache: Remove cache_width/cache_height. 7 years ago
Markus Wick 3e973bc4c6 gl_rasterizer: Use ARB_texture_storage. 7 years ago
FernandoS27 5c676dc884 Implemented LEA and PSET 7 years ago
FernandoS27 3f0922715a Implemented encodings for LEA and PSET 7 years ago