summaryrefslogblamecommitdiffstats
path: root/src/common/assert.cpp
blob: d7d91b96b0e10a10f6b800f79d3ee31c6bdc7ce8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                            
// Copyright 2021 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#include "common/assert.h"

#include "common/common_funcs.h"

void assert_handle_failure() {
    Crash();
}