-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GSDumpFile::ReadFile
prealloc
#12012
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for submitting a contribution to PCSX2
As this is your first pull request, please be aware of the contributing guidelines.
Additionally, as per recent changes in GitHub Actions, your pull request will need to be approved by a maintainer before GitHub Actions can run against it. You can find more information about this change here.
Please be patient until this happens. In the meantime if you'd like to confirm the builds are passing, you have the option of opening a PR on your own fork, just make sure your fork's master branch is up to date!
Crashes when playing back this dump. |
Thanks for trying it, will take another look at it in the next few days. |
This is all pretty new to me, so some direction/explanation would be appreciated. I built the
It ran the GSDump from the previous comment on my computer and output an
My output emulog: output_emulog.zip |
Description of Changes
#define
's forGET_BYTE
andGET_WORD
Rationale behind Changes
TODO:
.#define
'sSuggested Testing Steps
GSDumpFile::ReadFile
still works, can add some test code for it.