2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 17:11:22 +00:00
metaforce/Runtime/CNODDvdRequest.cpp
2015-08-30 17:44:42 -10:00

18 lines
196 B
C++

#include "CDvdRequest.hpp"
namespace Retro
{
void CNODDvdRequest::WaitUntilComplete()
{
}
bool CNODDvdRequest::IsComplete()
{
return false;
}
void CNODDvdRequest::PostCancelRequest()
{
}
}