mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
Fixup Host1x syncpoint locking
This commit is contained in:
@ -76,7 +76,7 @@ namespace skyline::soc::host1x {
|
||||
case Host1xOpcode::SetClass:
|
||||
targetClass = methodHeader.classId;
|
||||
|
||||
for (u32 i{}; i < std::numeric_limits<u8>::max(); i++)
|
||||
for (u32 i{}; i < std::numeric_limits<u8>::digits; i++)
|
||||
if (methodHeader.classMethodMask & (1 << i))
|
||||
Send(targetClass, methodHeader.methodAddress + i, *++entry);
|
||||
|
||||
|
Reference in New Issue
Block a user