citra/src/video_core/swrasterizer
FearlessTobi 20139141f7 video_core: Remove unnecessary enum class casting in logging messages
fmt now automatically prints the numeric value of an enum class member by default, so we don't need to use casts any more.

Reduces the line noise in our code a bit.

Co-Authored-By: LC <712067+lioncash@users.noreply.github.com>
2020-12-28 16:50:23 +01:00
..
clipper.cpp Remove boost headers not currently used 2019-09-15 15:18:38 -03:00
clipper.h swrasterizer folder minor edit 2017-10-27 09:44:45 +08:00
framebuffer.cpp video_core: Remove unnecessary enum class casting in logging messages 2020-12-28 16:50:23 +01:00
framebuffer.h common/vector_math: Move Vec[x] types into the Common namespace 2019-03-02 15:04:13 +01:00
lighting.cpp video_core: Remove unnecessary enum class casting in logging messages 2020-12-28 16:50:23 +01:00
lighting.h common/vector_math: Move Vec[x] types into the Common namespace 2019-03-02 15:04:13 +01:00
proctex.cpp video_core: Remove unnecessary enum class casting in logging messages 2020-12-28 16:50:23 +01:00
proctex.h Merge pull request #5247 from lioncash/copy3 2020-04-24 22:07:03 +08:00
rasterizer.cpp video_core: Remove unnecessary enum class casting in logging messages 2020-12-28 16:50:23 +01:00
rasterizer.h common/vector_math: Move Vec[x] types into the Common namespace 2019-03-02 15:04:13 +01:00
swrasterizer.cpp swrasterizer folder minor edit 2017-10-27 09:44:45 +08:00
swrasterizer.h Add ClearAll to rasterizer cache for fully wiping the cache on save/load 2020-02-13 17:42:11 +08:00
texturing.cpp common/vector_math: Move Vec[x] types into the Common namespace 2019-03-02 15:04:13 +01:00
texturing.h common/vector_math: Move Vec[x] types into the Common namespace 2019-03-02 15:04:13 +01:00