mirror of
https://github.com/ran-j/PS2Recomp.git
synced 2026-09-26 08:51:05 -04:00
f3687c5ae6
* feat: implement memory card IOP * feat: IOP trace * feat: move IOP logic to ps2xIOP refactor: small refactor on audio api on runtime * feat: android support feat: prevent race on GS feat: a bit cleanup and reimplement on memory card * feat: finish guest thread feat: android build support feat: vita build support with suspicious setup scripts * feat: remove idea from track
25 lines
453 B
Plaintext
25 lines
453 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
|
|
ps2xRuntime/src/runner
|
|
android/app/.cxx/
|
|
android/local.properties
|
|
android/.gradle/
|
|
.idea/ |