mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 03:42:34 +01:00
- update README
This commit is contained in:
parent
a5d5b9add4
commit
636fd0242d
10
README.md
10
README.md
@ -1,10 +1,12 @@
|
||||
# REDRIVER2
|
||||
|
||||
PC:
|
||||
<p align="center">
|
||||
<a href="https://streamable.com/s5f9kt"><img src="https://i.ibb.co/cQZtX2Q/aaa.png"/><a>
|
||||
</p>
|
||||
|
||||
This project attempting to reverse-engineer PS1 game Driver 2;
|
||||
|
||||
This is probably NOT going to be a 1:1 recreation of the original source code as a lot of it missing and no one gives DEBUG version of the game
|
||||
|
||||
*If you have one, please contact me.*
|
||||
This is probably NOT going to be a 1:1 recreation.
|
||||
|
||||
### Goals
|
||||
- Understand what's going on with all of this and how it works
|
||||
|
@ -1438,7 +1438,7 @@ void SoundHandler(void)
|
||||
}
|
||||
uVar3 = uVar3 + 1;
|
||||
pCVar2 = pCVar2 + 1;
|
||||
} while ((int)uVar3 < 0x10);
|
||||
} while ((int)uVar3 < 16);
|
||||
|
||||
if (voice_bit != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user