mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
video: Import new shader recompiler + display a triangle (#142)
This commit is contained in:
@@ -14,6 +14,7 @@ void assert_fail_impl() {
|
||||
|
||||
[[noreturn]] void unreachable_impl() {
|
||||
Common::Log::Stop();
|
||||
std::fflush(stdout);
|
||||
Crash();
|
||||
throw std::runtime_error("Unreachable code");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user