mirror of
https://github.com/open-goal/jak-project
synced 2026-09-06 03:08:29 -04:00
[Decompile] DMA and similar (#275)
* add some dma * clean up * add progress script and make codacy happy
This commit is contained in:
+2
-1
@@ -871,7 +871,8 @@ TEST(GoosLib, Desfun) {
|
||||
|
||||
TEST(GoosLib, Factorial) {
|
||||
Interpreter i;
|
||||
EXPECT_EQ(e(i, "(factorial 10)"), "3628800");
|
||||
// now large numbers are printed as hex.
|
||||
EXPECT_EQ(e(i, "(factorial 10)"), "#x375f00");
|
||||
}
|
||||
|
||||
TEST(GoosLib, ApplySimple) {
|
||||
|
||||
Reference in New Issue
Block a user