summaryrefslogtreecommitdiff
path: root/src/video_core/buffer_cache/buffer_cache.cpp
diff options
context:
space:
mode:
authorechosys <echosys@noreply.localhost>2024-08-10 12:53:04 +0000
committerMike Lothian <mike@fireburn.co.uk>2024-12-20 15:24:58 +0000
commit8ba1e751c4cbf5163d1e899c4302aef5f8342f63 (patch)
tree1fc16342e8d9fad6460984bd4b8cdfaedb36c862 /src/video_core/buffer_cache/buffer_cache.cpp
parent5401d8c7d970b525121b8973811635daa33b3eae (diff)
Be more explicit on struct init (#46)
Older versions of gcc (gcc-11 which is used in the build guide) seem to struggle with these two struct initializations (if I understand this correctly it is using "designated initialization" which is new in C++20) leading to compile errors (see #42). This replaces those two initializations with a more explicit one that also compiles on gcc-11. Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/46 Co-authored-by: echosys <echosys@noreply.localhost> Co-committed-by: echosys <echosys@noreply.localhost>
Diffstat (limited to 'src/video_core/buffer_cache/buffer_cache.cpp')
0 files changed, 0 insertions, 0 deletions