Fix GPU_PSC1_CNT address

This commit is contained in:
Nanquitas 2018-05-13 10:58:07 +02:00 committed by GitHub
parent f776c56cd4
commit 8447c209a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@
#define GPU_FB_BOTTOM_STRIDE REG32(0x10400590)
#define GPU_PSC0_CNT REG32(0x1040001C)
#define GPU_PSC1_CNT REG32(0x1040001C)
#define GPU_PSC1_CNT REG32(0x1040002C)
#define GPU_TRANSFER_CNT REG32(0x10400C18)
#define GPU_CMDLIST_CNT REG32(0x104018F0)