This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
github.ong19th.Citron/src/video_core/macro
Lioncash 4c5f5c9bf3 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 a bit.
2020-12-07 00:41:50 -05:00
..
macro.cpp General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
macro.h macro: Resolve missing parameter in doxygen comment 2020-07-16 21:54:42 -04:00
macro_hle.cpp video_core: Resolve more variable shadowing scenarios 2020-12-04 16:19:09 -05:00
macro_hle.h video_core: Resolve more variable shadowing scenarios 2020-12-04 16:19:09 -05:00
macro_interpreter.cpp video_core: Remove unnecessary enum class casting in logging messages 2020-12-07 00:41:50 -05:00
macro_interpreter.h video_core: Resolve more variable shadowing scenarios 2020-12-04 16:19:09 -05:00
macro_jit_x64.cpp video_core: Remove unnecessary enum class casting in logging messages 2020-12-07 00:41:50 -05:00
macro_jit_x64.h video_core: Resolve more variable shadowing scenarios 2020-12-04 16:19:09 -05:00