mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-22 10:18:48 +00:00
Formatting
This commit is contained in:
parent
0b60559b34
commit
b7b245a7b0
1 changed files with 26 additions and 27 deletions
1
third_party/host_memory/virtual_buffer.cpp
vendored
1
third_party/host_memory/virtual_buffer.cpp
vendored
|
@ -10,7 +10,6 @@
|
|||
#include "host_memory/virtual_buffer.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
void* AllocateMemoryPages(std::size_t size) noexcept {
|
||||
#ifdef _WIN32
|
||||
void* base{VirtualAlloc(nullptr, size, MEM_COMMIT, PAGE_READWRITE)};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue