jak-project/game/sce/libgraph.h
water111 4b1b7e9507
[Decompile] DMA and similar (#275)
* add some dma

* clean up

* add progress script and make codacy happy
2021-02-21 11:02:28 -05:00

6 lines
136 B
C++

#pragma once
namespace ee {
void sceGsResetPath();
void sceGsResetGraph(int mode, int inter, int omode, int ffmode);
} // namespace ee