2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 03:51:21 +00:00
metaforce/Runtime/CDvdRequest.cpp

18 lines
187 B
C++

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