From 3e4623ccb608882162c1c72705dfeb07fd400243 Mon Sep 17 00:00:00 2001 From: Jaklyy <102590697+Jaklyy@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:23:11 -0500 Subject: [PATCH] -release 1.0- --- readme.txt | 6 +++--- source/main.cpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 3c4e91f..703da46 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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. diff --git a/source/main.cpp b/source/main.cpp index 4ea49ad..240587d 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -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}, @@ -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},