10604 Commits (08a4eb9ef3b600d201a2b79f2384a1102fa2dba6)

Author SHA1 Message Date
Lioncash 2f4062551d yuzu/configuration/configure_input_player: Specify string conversions explicitly 7 years ago
Lioncash 1bea3a5ca2 yuzu/configuration/configure_input: Mark controller type names as translateable 7 years ago
Lioncash 5c55220ce5 yuzu/configuration/configure_general: Specify string conversions explicitly 7 years ago
Lioncash b9ae150964 yuzu/configuration/configure_gamelist: Specify string conversions explicitly 7 years ago
Lioncash ae29eaec01 yuzu/configuration/configure_audio: Store power on query into a variable 7 years ago
Lioncash 1cd40afb05 yuzu/configuration/configure_audio: Tidy up function cast 7 years ago
Lioncash 10280072c2 yuzu/configuration/configure_audio: Specify string conversions explicitly 7 years ago
Fernando Sahmkow fc9a1b81cb Dma_pusher: ASSERT on empty command_list 7 years ago
Lioncash 5ffa4c6a82 shader/shader_ir: Remove unnecessary inline specifiers 7 years ago
Lioncash b1c14e2810 shader/shader_ir: Simplify constructors for OperationNode 7 years ago
Lioncash 62c55e0086 shader/shader_ir: Remove unnecessary template parameter packs from Operation() overloads where applicable 7 years ago
Lioncash 603d9a632a shader/shader_ir: Mark tracking functions as const member functions 7 years ago
Lioncash a5125bd988 yuzu/util: Remove unused spinbox.cpp/.h 7 years ago
Lioncash c410a37168 shader/shader_ir: Place implementations of constructor and destructor in cpp file 7 years ago
Lioncash 034deed766 gl_shader_gen: std::move objects where applicable 7 years ago
Lioncash 41aa8982eb gl_shader_disk_cache: in-class initialize virtual file offset of ShaderDiskCacheOpenGL 7 years ago
Lioncash df62a68aba gl_shader_disk_cache: Default ShaderDiskCacheOpenGL's destructor in the cpp file 7 years ago
Lioncash 3e7c4827ec gl_shader_disk_cache: Make hash specializations noexcept 7 years ago
Lioncash 55feec3b8c gl_shader_disk_cache: Remove redundant code string construction in LoadDecompiledEntry() 7 years ago
Lioncash 71f4dffb88 gl_shader_disk_cache: Make variable non-const in decompiled entry case 7 years ago
Lioncash 1cc28a176d gl_shader_disk_cache: Special-case boolean handling 7 years ago
Lioncash db22039c4b yuzu/applets/profile_select: Mark header string as translatable 7 years ago
Lioncash a5f4e8c066 yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitly 7 years ago
Lioncash 0a7eea3d16 yuzu/debugger/profiler: Specify string conversions explicitly 7 years ago
Lioncash d1b2ed0a86 yuzu/debugger/wait_tree: Specify string conversions explicitly 7 years ago
Lioncash f768365cd5 ipc_helpers: Amend floating-point type in Pop<double> specialization 7 years ago
Tobias 24a4888514 Address review comment 7 years ago
Lioncash 41ddec92eb kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally linked 7 years ago
Lioncash c7bf8c677c service/am: Add missing return in error case for IStorageAccessor's Read()/Write(). 7 years ago
Lioncash 45d71eed4f core/kernel/object: Rename ResetType enum members 7 years ago
Weiyi Wang 9d47890fce HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread 7 years ago
ReinUsesLisp 7ee1401455 gl_rasterizer: Limit OpenGL point size to a minimum of 1 7 years ago
ReinUsesLisp d88f57b60a maxwell_to_gl: Add TriangleFan primitive topology 7 years ago
ReinUsesLisp df5cfc7440 gl_rasterizer: Pass the right number of array quad vertices count 7 years ago
ReinUsesLisp 0496136657 qt/configure_graphics: Shadow options at runtime 7 years ago
ReinUsesLisp f6fa8173e0 yuzu_cmd: Use OpenGL compat when asked in the settings 7 years ago
ReinUsesLisp 657f98867d yuzu_cmd: Make OpenGL's context current 7 years ago
ReinUsesLisp 8525820a69 yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compat 7 years ago
Fernando Sahmkow d7fbe5838c maxwell_3d: reduce sevirity of different component formats assert. 7 years ago
Lioncash c02a05d199 video_core/engines/engine_upload: Amend constructor initializer list order 7 years ago
Lioncash 0c9db2ddf0 video_core/engines/engine_upload: Default destructor in the cpp file 7 years ago
Lioncash f06049438a video_core/engines/engine_upload: Remove unnecessary const on parameters in function declarations 7 years ago
Lioncash d3f74a0c6f video_core/engines/engine_upload: Remove unnecessary includes 7 years ago
Lioncash a394c8b35a video_core/engines/maxwell3d: Get rid of three magic values in CallMethod() 7 years ago
Lioncash e9064216a2 video_core/engines/maxwell_3d: Simplify for loops into ranged for loops within InitializeRegisterDefaults() 7 years ago
Lioncash b66f9188cb video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs 7 years ago
Lioncash 68cd911bd1 yuzu: Remove explicit types from locks where applicable 7 years ago
Lioncash f7e6e4a882 video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer 7 years ago
Sebastian Valle 0315253319 GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay slot. 7 years ago
Lioncash 7593c20034 service/set: Correct and simplify behavior related to copying language codes 7 years ago