Skip to content

Commit

Permalink
-release 1.0-
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaklyy committed Nov 24, 2023
1 parent b5f66b7 commit 3e4623c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==================================================
Welcome to the Jakly Polygon Rasterization Suite.
====================================================
Welcome to the Jakly Polygon Rasterization Suite 1.0
Or uh, polyrastertest as I like to call it.
...Just call it polyrastertest.

Expand All @@ -23,7 +23,7 @@ Feel free to run the test on various pieces of actual hardware to find out!

Known Bugs:
1. For some reason closing the test also closes TWiLight Menu++ instead of reloading the menu, at least on new3dsxl. Not sure why.

2. Sometimes dots appear when tabbing through the tests on hardware. Not sure why, but probably worth emulating. Maybe.

Credits and Thanks:
StrikerX3 - Their line test rom provided a good reference for many of the things I struggled with implementing in this.
Expand Down
4 changes: 2 additions & 2 deletions source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ constexpr Dataset Dataset[NumEntries] =

// vertical right edges are shifted left by one pixel

// just an innocent square c:
// square
{{{-32, -32}, {-32, 32}, {32, 32}, {32, -32}},
Trans | POLY_CULL_NONE,
GL_BLEND},
Expand Down Expand Up @@ -315,7 +315,7 @@ constexpr Dataset Dataset[NumEntries] =
// Catgory: Misc =============================================

// left side has precedence over right side
// I am a perfectly normal square. i do not trip up multiple emulators at all. c:
// Just an innocent square c:
{{{-32, -32}, {-32, 32}, {32, 33}, {32, -32}},
Opaque | POLY_CULL_NONE,
0},
Expand Down

0 comments on commit 3e4623c

Please sign in to comment.