mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 09:34:40 -06:00
fix unnesscary formatting changes
This commit is contained in:
parent
fed7605444
commit
498cbc4bcb
@ -39,6 +39,7 @@ private:
|
||||
|
||||
inline static bool s_enable_gdbstub = false;
|
||||
inline static bool s_nsight_mode = false;
|
||||
|
||||
inline static bool s_force_interpreter = false;
|
||||
|
||||
inline static std::optional<uint32> s_persistent_id{};
|
||||
|
||||
@ -42,7 +42,6 @@ namespace MemMapper
|
||||
|
||||
void* AllocateMemory(void* baseAddr, size_t size, PAGE_PERMISSION permissionFlags, bool fromReservation)
|
||||
{
|
||||
|
||||
void* r;
|
||||
if(fromReservation)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user