dolphin/Source
Lioncash 67a06d17b1 GBAWidget: Use std::span with SetVideoBuffer()
Previously we were always taking the buffer by value, even if it wasn't
being stored anywhere and only read from.

We can use a std::span for the same thing.
2023-12-13 10:11:52 -05:00
..
Android AndroidCommon: Resolve -Wsign-compare warning 2023-12-11 18:06:40 -05:00
Core GBAWidget: Use std::span with SetVideoBuffer() 2023-12-13 10:11:52 -05:00
DSPSpy
DSPTool
PCH
UnitTests Merge pull request #12395 from lioncash/test 2023-12-12 20:40:49 +00:00
VSProps Remove redundant 32-bit code 2023-11-28 23:03:26 +11:00
.clang-format
CMakeLists.txt
dolphin-emu.sln