10135 Commits (c0ba35ec91bd83b388d5a040864ea0937e21ab87)

Author SHA1 Message Date
ReinUsesLisp c0ba35ec91 gl_shader_cache: Fix clang strict standard build issues 7 years ago
ReinUsesLisp 88115ea055 gl_shader_cache: Use shared contexts to build shaders in parallel 7 years ago
Lioncash b254ac5a1e yuzu/game_list: Specify string conversions explicitly 7 years ago
Lioncash 16afc41307 yuzu/game_list_worker: Specify string conversions explicitly 7 years ago
Lioncash 4b1c7f1522 yuzu/game_list_p: Amend mentions of SMDH in comments 7 years ago
Lioncash bb365da623 yuzu/game_list_p: Specify string conversions explicitly 7 years ago
Lioncash 4a0cedd6e7 yuzu/loading_screen: Specify string conversions explicitly 7 years ago
Lioncash b0fd32487c yuzu/bootmanager: Specify string conversions explicitly 7 years ago
Lioncash 409e0499d5 yuzu/util: Specify string conversions explicitly 7 years ago
Lioncash 57c2a59e4c gl_shader_decompiler: Tidy up minor remaining cases of unnecessary std::string concatenation 7 years ago
Lioncash 76254ee5b2 gl_shader_decompiler: Replace individual overloads with the fmt-based one 7 years ago
Lioncash c5d1b1ee50 gl_shader_decompiler: Utilize fmt overload of AddLine() where applicable 7 years ago
Fernando Sahmkow 891060f8f2 Revert #2466 7 years ago
Lioncash 98379b2ae1 gl_shader_decompiler: Add AddLine() overload that forwards to fmt 7 years ago
Lioncash a6309ae255 yuzu/configuration/configure_web: Specify string conversions explicitly 7 years ago
Lioncash e587f53654 yuzu/configuration/configure_system: Specify string conversions explicitly 7 years ago
Lioncash 24f3048353 yuzu/configuration/configure_profile_manager: Mark UI string as translatable 7 years ago
Lioncash 328de6dfe3 yuzu/configuration/configure_per_general: Specify string conversions explicitly 7 years ago
Lioncash e9de531962 yuzu/configuration/configure_mouse_advanced: Clean up array accesses 7 years ago
Lioncash 43e8e5d385 yuzu/configuration/configure_mouse_advanced: Specify string conversions explicitly 7 years ago
Lioncash 947c81af03 yuzu/configuration/configure_input_player: Clean up array accesses 7 years ago
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
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