mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
vm_native.cpp: minor compilation fix
This commit is contained in:
parent
def364fe28
commit
0ac68def49
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ namespace utils
|
|||
m_file = -1;
|
||||
|
||||
// Try to use 2MB pages for 2M-aligned shm
|
||||
if constexpr (c_mfd_huge_2mb)
|
||||
if constexpr (c_mfd_huge_2mb != 0)
|
||||
{
|
||||
if (m_size % 0x200000 == 0 && flags & 2)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue