mirror of https://github.com/PCSX2/pcsx2.git
Core: Replace 'Mac' with 'system' in page size error message
This commit is contained in:
parent
31026e420d
commit
6c44e985b1
|
@ -233,7 +233,7 @@ bool VMManager::PerformEarlyHardwareChecks(const char** error)
|
||||||
const size_t runtime_host_page_size = HostSys::GetRuntimePageSize();
|
const size_t runtime_host_page_size = HostSys::GetRuntimePageSize();
|
||||||
if (__pagesize != runtime_host_page_size)
|
if (__pagesize != runtime_host_page_size)
|
||||||
{
|
{
|
||||||
*error = "Page size mismatch. This build cannot run on your Mac.\n\n" COMMON_DOWNLOAD_MESSAGE;
|
*error = "Page size mismatch. This build cannot run on your system.\n\n" COMMON_DOWNLOAD_MESSAGE;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue