mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 13:08:09 -05:00
fixed project includes to use new directory structure
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
#include <vector>
|
||||
#include <string.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "string_util.h"
|
||||
#include "common/common.h"
|
||||
#include "common/string_util.h"
|
||||
|
||||
// User directory indices for GetUserPath
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user