blob: c3b70797d75f218bc2a80334531bf7a93ab18e2b (
plain) (
blame)
1
2
3
4
5
6
7
|
// Copyright 2021 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "common/assert.h"
void assert_handle_failure() {}
|