Skip to content

Commit 11b6276

Browse files
committed
Rename "rendering" to "graphics"
This makes the section more obvious, and the page itself an overview of the graphics at a high level—the *rendering* process will be described separately in one of the upcoming commits.
1 parent 698acc5 commit 11b6276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Rendering.md renamed to src/Graphics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rendering Overview
1+
# Graphics Overview
22

33
The Game Boy outputs graphics to a 160×144 pixel LCD, using a quite complex
44
mechanism to facilitate rendering.

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# I/O Ports
1616

1717
- [Summary](./Hardware_Reg_List.md)
18-
- [Rendering](./Rendering.md)
18+
- [Graphics](./Graphics.md)
1919
- [Tile Data](./Tile_Data.md)
2020
- [Tile Maps](./Tile_Maps.md)
2121
- [OAM](./OAM.md)

0 commit comments

Comments
 (0)