mirror of
https://github.com/open-goal/jak-project.git
synced 2024-12-02 11:18:14 +00:00
4b1b7e9507
* add some dma * clean up * add progress script and make codacy happy
8 lines
161 B
C++
8 lines
161 B
C++
#include "libdma.h"
|
|
|
|
namespace ee {
|
|
int sceDmaSync(sceDmaChan*, s32, s32) {
|
|
// successful transfer finish, without timeout = 0
|
|
return 0;
|
|
}
|
|
} // namespace ee
|