mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
fix unnesscary formatting changes
This commit is contained in:
parent
fed7605444
commit
498cbc4bcb
2 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue