From dc221b4795f415c8500740dd33e2243f91d527a6 Mon Sep 17 00:00:00 2001 From: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:24:25 -0400 Subject: Misc Egg (#37) * EGG: Archive, DvdFile, DvdRipper * start eggStream * FrmHeap and AssertHeap OK * progress on EggController * port in WPAD stuff * update WPAD/WUD/KPAD/SC symbols * eggController OK * bytematch more CoreController virtual funcs * eggDecomp/eggStreamDecomp Ok * eggDvdRipper OK * EGG gfx splits * Finished Splitting EGG * create egg Files * eggDecomp.h -> eggStreamDecomp.h * Revert some format changes --- src/egg/math/eggVector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egg/math/eggVector.cpp') diff --git a/src/egg/math/eggVector.cpp b/src/egg/math/eggVector.cpp index f90a7e4c..7b480314 100644 --- a/src/egg/math/eggVector.cpp +++ b/src/egg/math/eggVector.cpp @@ -57,4 +57,4 @@ f32 Vector3f::setLength(f32 len) { return mag; } -} // namespace EGG \ No newline at end of file +} // namespace EGG -- cgit v1.2.3