mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Remove code for only allocating low memory
This is unnecessary when we have position-independent code.
This commit is contained in:
parent
89535468eb
commit
4b4cf509f8
7 changed files with 26 additions and 84 deletions
|
@ -46,7 +46,7 @@ VertexLoaderX64::VertexLoaderX64(const TVtxDesc& vtx_desc, const VAT& vtx_att)
|
|||
if (!IsInitialized())
|
||||
return;
|
||||
|
||||
AllocCodeSpace(4096, false);
|
||||
AllocCodeSpace(4096);
|
||||
ClearCodeSpace();
|
||||
GenerateVertexLoader();
|
||||
WriteProtect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue