Files
PS2Recomp/.gitignore
T
2026-02-14 13:00:36 -03:00

20 lines
362 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_recompiled_stubs.h
ps2xRuntime/src/runner/ps2_recompiled_functions.cpp
ps2xRuntime/src/runner/register_functions.cpp
ps2xRuntime/output