Save state
This commit is contained in:
@@ -72,7 +72,7 @@ namespace JabyEngine {
|
||||
#endif // __SUPPORT_PS3__
|
||||
|
||||
static void wait() {
|
||||
::JabyEngine::DMA_IO::GPU.wait();
|
||||
DMA_IO::GPU.wait();
|
||||
}
|
||||
|
||||
static void end() {
|
||||
@@ -101,7 +101,7 @@ namespace JabyEngine {
|
||||
}
|
||||
|
||||
static void start(uint16_t blockCount, uint16_t wordsPerBlock = 0x10) {
|
||||
typedef DMA_IO::BCR::SyncMode1 SyncMode1;
|
||||
using SyncMode1 = DMA_IO::BCR::SyncMode1;
|
||||
|
||||
#ifdef __SUPPORT_PS3__
|
||||
DMA_IO::GPU.set_adr(MADR);
|
||||
|
||||
Reference in New Issue
Block a user