9860 Commits (44eb5c65e8ce73a20f18d36c8b8c124bffb712cb)

Author SHA1 Message Date
Lioncash 90abd76bd9 service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs 7 years ago
Lioncash f1694034e8 filesystem: Use a std::string_view in OpenFile() 7 years ago
Lioncash eb491efd9f gl_shader_decompiler: Rename GenerateTemporal() to GenerateTemporary() 7 years ago
ReinUsesLisp 3585fd3d64 gl_shader_decompiler: Fix TXQ types 7 years ago
Lioncash 9ae176d921 hle/service: Resolve unused variable warnings 7 years ago
Lioncash e1391a8268 core: Add missing override specifiers where applicable 7 years ago
Lioncash 434422ab5d video_core/renderer_opengl: Remove unnecessary includes 7 years ago
Lioncash f86ec7c0c9 yuzu/main: Remove unnecessary includes 7 years ago
Lioncash a2beae815f yuzu/main: Use QStringLiteral where applicable within OnTransferableShaderCacheOpenFile() 7 years ago
Lioncash fcf5b3c1fe yuzu/main: Tidy up the error dialog string in OnTransferableShaderCacheOpenFile() 7 years ago
Lioncash 5bd509f852 yuzu/main: Remove unnecessary string concatenation in OnTransferableShaderCacheOpenFile() 7 years ago
Lioncash 77240ac447 yuzu/main: Make open_target a QString 7 years ago
Lioncash 69540bd698 yuzu/main: Use static variant of QFile's exists() 7 years ago
Lioncash a04ced34de common/lz4_compression: Remove #pragma once directive from the cpp file 7 years ago
Lioncash 74c41c4095 file_sys/control_metadata: Amend naming of members 7 years ago
Lioncash e521d9b2f8 kernel/svc: Properly sanitize mutex address in WaitProcessWideKeyAtomic 7 years ago
ReinUsesLisp ef4c8e1173 gl_state: Rework to enable individual applies 7 years ago
Lioncash e9aed6df26 service/am: Correct behavior of CreateTransferMemoryStorage() 7 years ago
Lioncash 7f00a5406c kernel/transfer_memory: Add accessors to data and sizes 7 years ago
ReinUsesLisp f725007975 shader_ir/memory: Reduce severity of LD_L cache management and log it 7 years ago
ReinUsesLisp c2ea1d5263 shader_ir/memory: Reduce severity of ST_L cache management and log it 7 years ago
ReinUsesLisp 62a215471a gl_shader_decompiler: Return early when an operation is invalid 7 years ago
Lioncash 746e7ee4df yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead of custom buttons 7 years ago
Lioncash e49a08ff6b yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of custom buttons 7 years ago
Lioncash 782ccbdcc3 kernel/server_session: Provide a GetName() override 7 years ago
Lioncash 737f2889cb kernel/object: Remove unused handle type entry 7 years ago
Lioncash d59b862a6e yuzu/debugger/profiler: Remove unnecessary includes 7 years ago
Lioncash 8d0cd9fc51 kernel/svc: Implement svcGetThreadList 7 years ago
Lioncash 118596f1f9 kernel/svc: Implement svcGetProcessList 7 years ago
ReinUsesLisp 95ee46bebb process: Fix up compilation 7 years ago
bunnei 03a5dce0e9 gpu_thread: Improve synchronization by using CoreTiming. 7 years ago
Lioncash ccc6f2ce01 kernel/thread: Make AllWaitObjectsReady() a const qualified member function 7 years ago
Lioncash f842f4c699 kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const 7 years ago
Lioncash 2cdd110a6c kernel/thread: Avoid sign conversion within GetCommandBufferAddress() 7 years ago
Lioncash 06b6ca37a5 kernel/thread: Make parameter of GetWaitObjectIndex() const qualified 7 years ago
Lioncash fc653dce16 kernel/resource_limit: Remove the name member from resource limits 7 years ago
Lioncash eb88e9d088 general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
ReinUsesLisp 3c45802a95 gl_shader_decompiler: Hide local definitions inside an anonymous namespace 7 years ago
Mat M b36108f985 shader_ir/decode: Silent implicit sign conversion warning 7 years ago
Lioncash 7bbde5f645 kernel/scheduler: Remove unused parameter to AddThread() 7 years ago
Lioncash 27c96604cf kernel/scheduler: Use deduction guides on mutex locks 7 years ago
Lioncash 0a2fae4a69 service/fatal: Mark local variables as const where applicable 7 years ago
Lioncash f5a9c8de08 service/fatal: Remove unnecessary semicolon 7 years ago
Lioncash a590686285 service/fatal: Name FatalInfo structure members 7 years ago
ReinUsesLisp fbbd44eff4 gl_shader_decompiler: Add AOFFI backing implementation 7 years ago
ReinUsesLisp 0e13686917 shader_ir/decode: Implement AOFFI for TEX and TLD4 7 years ago
ReinUsesLisp e37debc7be shader_ir: Implement immediate register tracking 7 years ago
Lioncash 0727ec14d4 kernel/shared_memory: Remove unused core/memory.h include 7 years ago
Lioncash a764ca6e1a kernel/shared_memory: Sanitize supplied size when unmapping 7 years ago
Lioncash 3fe8582363 common/thread: Remove unused functions 7 years ago