Skip to content

Commit

Permalink
Fix mismatched enum string formats in sys_config
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHolmesII authored and Megamouse committed Aug 18, 2019
1 parent 87ffa04 commit 5817e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpcs3/Emu/Cell/lv2/sys_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ void fmt_class_string<sys_config_service_listener_type>::format(std::string& out
{
switch (value)
{
STR_CASE(SYS_CONFIG_EVENT_SOURCE_SERVICE);
STR_CASE(SYS_CONFIG_EVENT_SOURCE_IO);
STR_CASE(SYS_CONFIG_SERVICE_LISTENER_ONCE);
STR_CASE(SYS_CONFIG_SERVICE_LISTENER_REPEATING);
}

return unknown;
Expand Down

0 comments on commit 5817e2a

Please sign in to comment.