2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core/texture_cache
Lioncash ff45c39578 General: Make use of std::nullopt where applicable
Allows some implementations to avoid completely zeroing out the internal
buffer of the optional, and instead only set the validity byte within
the structure.

This also makes it consistent how we return empty optionals.
2020-09-22 17:32:33 -04:00
..
copy_params.h
format_lookup_table.cpp Merge pull request #4394 from lioncash/unused6 2020-07-23 19:54:59 -07:00
format_lookup_table.h
surface_base.cpp General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
surface_base.h
surface_params.cpp video_core: Remove all Core::System references in renderer 2020-09-06 05:28:48 -03:00
surface_params.h video_core: Remove all Core::System references in renderer 2020-09-06 05:28:48 -03:00
surface_view.cpp
surface_view.h
texture_cache.h video_core: Remove all Core::System references in renderer 2020-09-06 05:28:48 -03:00