Skip to content

Commit 383db89

Browse files
committed
chore: XenonRecomp update
1 parent 428fba3 commit 383db89

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ The current code renders video playback, correctly renders 2D and incorrect 3D
55
Unfortunately memory corruption or race condition can still occur, restarting mostly helps
66

77
# Build
8-
- Place `:GAME_DIR:/xenon/archives/shader/shader.arc` and `shader_lt.arc` to `UnleashedRecompLib/private` dir
9-
- Run `sh scripts/unpack_shaders.sh`
10-
- Build works in the same ways as in [UnleashedRecompile](https://github.com/hedge-dev/UnleashedRecomp)
8+
- Place `:GAME_DIR:/xenon/archives/shader/shader.arc` and `shader_lt.arc` to `MarathonRecompLib/private` dir
9+
- Build works in the same ways as in [UnleashedRecomp](https://github.com/hedge-dev/UnleashedRecomp)
1110

1211
## TO-DO:
1312
- [x] Code execution up to the rendering thread
1413
- [x] Stable rendering thread without stubbing important functions
1514
- [ ] Some cpu things that causes hangs
1615
- [ ] Cleanup of code that depends on Unleashed (and also reset git history)
1716
- [x] Audio (probably should work OOB at some point)
18-
- [ ] XMA decoding (semi-works)
17+
- [x] XMA decoding (semi-works)
18+
- [ ] ffmpeg for Windows
1919
- [ ] Graphics (current code is very dependent on Unleashed)
2020
- [x] It's rendering something
2121
- [x] Correct menu textures rendering (alpha channel)

tools/XenonRecomp

0 commit comments

Comments
 (0)