mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 09:48:39 -05:00
fixed project includes to use new directory structure
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#ifndef _HASH_H_
|
||||
#define _HASH_H_
|
||||
|
||||
#include "common.h"
|
||||
#include "common/common.h"
|
||||
|
||||
u32 HashFletcher(const u8* data_u8, size_t length); // FAST. Length & 1 == 0.
|
||||
u32 HashAdler32(const u8* data, size_t len); // Fairly accurate, slightly slower
|
||||
|
Reference in New Issue
Block a user