mirror of
https://github.com/ran-j/PS2Recomp.git
synced 2026-09-26 08:51:05 -04:00
409570c709
feat: added some unit tests for code gen and decoder fix: backport some bugfix from chrisking1981 branch
20 lines
384 B
Plaintext
20 lines
384 B
Plaintext
/bin/
|
|
/intermediate/
|
|
.vs/
|
|
out
|
|
.vscode
|
|
build
|
|
|
|
*.exe
|
|
*.ilk
|
|
*.exp
|
|
*.log
|
|
*.tlog
|
|
*.ipch
|
|
|
|
# Now we can place the dump code here and test while expand the Runtime
|
|
ps2xRuntime/include/ps2_recompiled_functions.h
|
|
ps2xRuntime/include/ps2_runtime_macros.h
|
|
ps2xRuntime/include/ps2_recompiled_stubs.h
|
|
ps2xRuntime/src/runner/ps2_recompiled_functions.cpp
|
|
ps2xRuntime/src/runner/register_functions.cpp |