2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
lat9nq 596323f89f main: Don't add an extra separator when the title version is absent
Some titles, such as homebrew, do not have any version string. Because
yuzu hard codes the title bar string assuming a version string is
preset, booting homebrew causes yuzu to add an extra separator with no
content between.

This uses a lambda expression to prevent that from happening.
2021-09-30 18:57:37 -04:00
..
audio_core
common Fixed invalid iterator usage 2021-09-29 06:58:48 -04:00
core style: Remove extra space preceding the :: operator 2021-09-29 01:26:01 -04:00
input_common general: Update style to clang-format-12 2021-09-24 15:52:05 -04:00
shader_recompiler style: Remove extra space preceding the :: operator 2021-09-29 01:26:01 -04:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core Merge pull request #7061 from ameerj/dma-buffer-misc 2021-09-30 12:34:28 -07:00
web_service
yuzu main: Don't add an extra separator when the title version is absent 2021-09-30 18:57:37 -04:00
yuzu_cmd remove-audio-stretching-setting 2021-09-15 19:52:43 -05:00
.clang-format
CMakeLists.txt