mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-30 17:24:05 +01:00
fixed project includes to use new directory structure
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "common.h"
|
||||
#include "scm_rev.h"
|
||||
#include "common/common.h"
|
||||
#include "common/scm_rev.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define BUILD_TYPE_STR "Debug "
|
||||
|
||||
Reference in New Issue
Block a user