mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-07 02:13:53 +00:00
Common: Cleanup memory and misc includes.
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
|
||||
void* AllocateExecutableMemory(size_t size, bool low = true);
|
||||
|
||||
Reference in New Issue
Block a user