mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-31 22:00:05 +00:00
Changed u8* to MemoryRef
This commit is contained in:
parent
cf985631e0
commit
65d96bf6c1
24 changed files with 486 additions and 177 deletions
4
src/common/memory_ref.cpp
Normal file
4
src/common/memory_ref.cpp
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#include "common/archives.h"
|
||||
#include "common/memory_ref.h"
|
||||
|
||||
SERIALIZE_EXPORT_IMPL(BufferMem)
|
||||
Loading…
Add table
Add a link
Reference in a new issue