Made member methods const (#34)

* refactor: update function name checks to use contains method

* refactor: update code generation to use static_cast

* refactor: made member methods const

* refactor: made range-based loop

* refactor: make one variable constructor explicit

* refactor: remove redundant else

* refactor: turn includes to forward declarations

* refactor: brace placements turned into allman style
This commit is contained in:
M. Sami Gürpınar
2026-01-31 19:14:56 +03:00
committed by GitHub
parent e8f0c69de6
commit c218c64348
14 changed files with 134 additions and 119 deletions
+1
View File
@@ -1,6 +1,7 @@
#include "MiniTest.h"
#include "ps2recomp/code_generator.h"
#include "ps2recomp/instructions.h"
#include "ps2recomp/types.h"
using namespace ps2recomp;