diff --git a/asmjitsrc/asmjit.vcxproj b/asmjitsrc/asmjit.vcxproj index c923796bc5..95146d1d46 100644 --- a/asmjitsrc/asmjit.vcxproj +++ b/asmjitsrc/asmjit.vcxproj @@ -23,47 +23,53 @@ + - - + + + + - - - - + - - + + + + - - + + + - + + - - + + + + - - - + + - + - + + @@ -71,11 +77,12 @@ - - + + + - + {AC40FF01-426E-4838-A317-66354CEFAE88} diff --git a/asmjitsrc/asmjit.vcxproj.filters b/asmjitsrc/asmjit.vcxproj.filters index 705a68121c..c0cef9d5c0 100644 --- a/asmjitsrc/asmjit.vcxproj.filters +++ b/asmjitsrc/asmjit.vcxproj.filters @@ -1,58 +1,65 @@  + - - + + + + - - - - + - - + + + + - - + + + - + - - - - - - - + - - + + + + - - - + + - + - + + + + + + + + + + \ No newline at end of file diff --git a/rpcs3/Emu/RSX/gcm_enums.cpp b/rpcs3/Emu/RSX/gcm_enums.cpp index 38202f3a6c..f09c63b757 100644 --- a/rpcs3/Emu/RSX/gcm_enums.cpp +++ b/rpcs3/Emu/RSX/gcm_enums.cpp @@ -655,8 +655,6 @@ rsx::surface_depth_format rsx::to_surface_depth_format(u8 in) fmt::throw_exception("Unknown surface depth format 0x%x" HERE, in); } - - rsx::surface_antialiasing rsx::to_surface_antialiasing(u8 in) { switch (in)