mirror of
https://github.com/google0101-ryan/Emotional.git
synced 2025-04-02 10:32:07 -04:00
10 lines
No EOL
228 B
C
10 lines
No EOL
228 B
C
#pragma once
|
|
|
|
#define RESET_DMAC 1
|
|
#define RESET_VU1 2
|
|
#define RESET_VIF 4
|
|
#define RESET_GIF 8
|
|
#define RESET_VU0 16
|
|
#define RESET_IPU 64
|
|
|
|
#define RESET_ALL (RESET_DMAC | RESET_VU1 | RESET_VIF | RESET_GIF | RESET_VU0 | RESET_IPU) |