Skip to content

Commit

Permalink
Merge branch 'v0.2' of https://github.com/PSI-Rockin/CorgiDS into v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Jan 3, 2018
2 parents 63b5511 + 56e8861 commit 83201f9
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 231 deletions.
2 changes: 2 additions & 0 deletions src/arm9rw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ uint32_t Emulator::arm9_read_word(uint32_t address)
return SQRT_PARAM & 0xFFFFFFFF;
case 0x040002BC:
return SQRT_PARAM >> 32;
case 0x040004A4:
return 0; //POLYGON_ATTR is unreadable but games will spam the console without this
case 0x04000600:
return gpu.get_GXSTAT();
case 0x04000604:
Expand Down
Loading

0 comments on commit 83201f9

Please sign in to comment.