-
Notifications
You must be signed in to change notification settings - Fork 234
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
Add option to return to title screen from the pause screen after the save prompt. #2339
base: Dev
Are you sure you want to change the base?
Conversation
I wanna know if you can use this to death hole wrong warp lol. |
…ting whether to continue or not
found that that the game fully crashes on wii if the player opens the pause screen |
99.9999% sure the code is safe on wii now |
|
||
#include "z64.h" | ||
|
||
typedef signed char s8; |
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.
Should probably just add a header that mimics ultratypes.h for these base types
@@ -0,0 +1,73 @@ | |||
#pragma once |
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.
Does our compiler support #pragma once
?
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.
We use a modern version of gcc
so it should. Whether we should mix that with headers already using header guards is another question though.
this adds a configurable setting that can add the option to return to the title screen from the pause screen removing the need to press the reset button on the n64/wii or dying in game to reset the game.