mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 01:50:14 +00:00
Add THREADPROCESSORID_MAX on SVC::CreateThread
This change will fix the crash of MH4G when it was launching
This commit is contained in:
parent
dc2ee9b338
commit
552db425b4
@ -490,6 +490,7 @@ static ResultCode CreateThread(Handle* out_handle, s32 priority, u32 entry_point
|
|||||||
case THREADPROCESSORID_DEFAULT:
|
case THREADPROCESSORID_DEFAULT:
|
||||||
case THREADPROCESSORID_0:
|
case THREADPROCESSORID_0:
|
||||||
case THREADPROCESSORID_1:
|
case THREADPROCESSORID_1:
|
||||||
|
case THREADPROCESSORID_MAX:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// TODO(bunnei): Implement support for other processor IDs
|
// TODO(bunnei): Implement support for other processor IDs
|
||||||
|
Loading…
Reference in New Issue
Block a user