jak-project/game/sce/libdma.cpp

8 lines
161 B
C++
Raw Normal View History

#include "libdma.h"
namespace ee {
int sceDmaSync(sceDmaChan*, s32, s32) {
// successful transfer finish, without timeout = 0
return 0;
}
} // namespace ee