mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-27 16:31:14 +00:00
4b1b7e9507
* add some dma * clean up * add progress script and make codacy happy
6 lines
136 B
C++
6 lines
136 B
C++
#pragma once
|
|
|
|
namespace ee {
|
|
void sceGsResetPath();
|
|
void sceGsResetGraph(int mode, int inter, int omode, int ffmode);
|
|
} // namespace ee
|