mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix
This commit is contained in:
parent
82bc6f6cc5
commit
cb1e0438f9
2 changed files with 2 additions and 4 deletions
|
@ -64,7 +64,7 @@ typedef CONTEXT SContext;
|
|||
|
||||
#endif
|
||||
|
||||
#elif PPSSPP_PLATFORM(MACOS)
|
||||
#elif PPSSPP_PLATFORM(MAC)
|
||||
|
||||
// for modules:
|
||||
#define _XOPEN_SOURCE
|
||||
|
|
|
@ -479,9 +479,7 @@ void Memset(const u32 _Address, const u8 _iValue, const u32 _iLength) {
|
|||
CBreakPoints::ExecMemCheck(_Address, true, _iLength, currentMIPS->pc);
|
||||
}
|
||||
|
||||
// We do not support crash catching on UWP and iOS.
|
||||
// On iOS, the sigcontext struct seems to be missing??
|
||||
#if !PPSSPP_PLATFORM(IOS) && !PPSSPP_PLATFORM(UWP)
|
||||
#ifdef MACHINE_CONTEXT_SUPPORTED
|
||||
|
||||
bool HandleFault(uintptr_t hostAddress, void *ctx) {
|
||||
SContext *context = (SContext *)ctx;
|
||||
|
|
Loading…
Add table
Reference in a new issue