mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
various implementations
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#include "CIOWinManager.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
bool CIOWinManager::OnIOWinMessage(const CArchitectureMessage& msg)
|
||||
{
|
||||
switch (msg.GetType())
|
||||
{
|
||||
case MsgChangeIOWinPriority:
|
||||
{
|
||||
const CArchMsgParmInt32Int32VoidPtr& parm = MakeMsg::GetParmChangeIOWinPriority(msg);
|
||||
|
||||
}
|
||||
default: break;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user