mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Cleanup
This commit is contained in:
@@ -1328,10 +1328,7 @@ void JASystem::TTrack::writeSelfPort(int param_1, u16 param_2) {
|
||||
int JASystem::TTrack::writePortAppDirect(u32 port, u16 value) {
|
||||
mTrackPort.writeImport(port, value);
|
||||
if (port == 0 || port == 1) {
|
||||
TIntrMgr& intrMgr = mIntrMgr;
|
||||
|
||||
u32 intrParam = port == 0 ? REQUEST_UNK_3 : REQUEST_UNK_4;
|
||||
intrMgr.request(intrParam);
|
||||
mIntrMgr.request(port == 0 ? REQUEST_UNK_3 : REQUEST_UNK_4);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user