citra-nightly/src
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
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core cubeb_sink: Use static_cast instead of reinterpret_cast in DataCallback() (#5573) 2020-12-07 16:06:16 +01:00
citra Fix fmt crash from deprecated percent specifier (#5616) 2020-11-22 20:55:45 -05:00
citra_qt Port yuzu-emu/yuzu#4700: "game_list: Eliminate redundant argument copies" (#5571) 2020-12-07 16:05:13 +01:00
common Make UNIMPLEMENTED_MSG consistent with UNIMPLEMENTED (#5631) 2020-12-06 23:36:04 +01:00
core UDS: implement GetApplicationData (#5533) 2020-12-05 22:27:57 +01:00
dedicated_room Fix: fatal error CVT1100 when compiling manifest file (#5322) 2020-06-20 13:50:33 -05:00
input_common Keep keyboard state independent of acquired buttons (#5255) 2020-11-15 12:58:12 +01:00
network Merge branch 'master' into feature/savestates-2 2020-04-16 19:03:49 +01:00
tests tests: Fix warning about comparison between signed and unsigned (#5632) 2020-12-05 22:20:50 +01:00
video_core video_core: Remove unnecessary enum class casting in logging messages 2020-12-28 16:50:23 +01:00
web_service HTTP_C::Implement Context::MakeRequest (#4754) 2020-02-21 19:04:04 +01:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt Use GitHub Actions as CI service (#5602) 2020-11-12 06:21:35 +01:00