1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-25 22:09:35 +00:00
GLideN64/src/MemoryStatus.h
Sergey Lipskiy 03022db791 Check that RDRAM area is writable before writing buffer data into it.
Fixed Problem with Project64's protect memory option #764
2019-03-16 18:37:05 +07:00

6 lines
108 B
C

#pragma once
#include "Platform.h"
#include "Types.h"
bool isMemoryWritable(void * ptr, size_t byteCount);