zilmar

Results 51 comments of zilmar

if the save state is working correctly on the current stable build but failing on the latest there is something I can do. if you are generating a save in...

you can download a zip from https://www.pj64-emu.com/nightly-builds and have each child with there own directory. The saves will be stored under that directory so each user will have there own...

I have not looked at this particular case, so it might not be this. One signifiacant change is that I changed from my hand crafted asm generation to asmjit, it...

at some stage I plan to go over all the hot key implementation, at the moment the emulator handles the hotkeys, but it should go through the input plugin, allowing...

Thank you for making the pull request and trying to improve the code base. there is some good changes in here, nothing that is wrong that I can see at...

there is no sensitive data in the application. Why do you think that md5 needs to be changed to use RtlSecureZeroMemory? if you want to talk to me about this...

I have two main uses of MD5 in Project64, After the rom is loaded a md5 of the loaded content is made. The second is when a block of code...

the use of RtlSecureZeroMemory is not wrong, mostly cause it is 3rd party software I try to leave it untouched. I appreciate that your trying to improve the code base...

at one stage smiff use to maintain the compatibility list and fix up notes, he is sorely missed in the project. I do not have the time to test games...