chore: cleanup names

This commit is contained in:
2026-09-06 19:08:30 -04:00
parent 7b4821d329
commit afbd3fef00
36 changed files with 202 additions and 251 deletions
+4 -5
View File
@@ -1215,7 +1215,7 @@ void Minecraft::run_middle()
{
// if the pause menu is up for the primary player, don't autosave
// If saving isn't disabled, and the main player has a app action running , or has any crafting or containers open, don't autosave
if(!StorageManager.GetSaveDisabled() && (app.GetXuiAction(ProfileManager.GetPrimaryPad())==eAppAction_Idle) )
if(!StorageManager.GetSaveDisabled() && (app.GetUIAction(ProfileManager.GetPrimaryPad())==eAppAction_Idle) )
{
if(!ui.IsPauseMenuDisplayed(ProfileManager.GetPrimaryPad()) && !ui.IsIgnoreAutosaveMenuDisplayed(ProfileManager.GetPrimaryPad()))
{
@@ -1660,7 +1660,6 @@ void Minecraft::run_middle()
if(i!=0)
{
InputManager.Tick();
app.HandleButtonPresses();
}
ticks++;
@@ -1784,7 +1783,7 @@ void Minecraft::run_middle()
RenderManager.InternalScreenCapture();
#endif
// check to see if we need to capture a screenshot for the save game thumbnail
switch(app.GetXuiAction(i))
switch(app.GetUIAction(i))
{
case eAppAction_ExitWorldCapturedThumbnail:
case eAppAction_SaveGameCapturedThumbnail:
@@ -1813,7 +1812,7 @@ void Minecraft::run_middle()
// Do we need to capture a screenshot for a social post?
for( int i = 0; i < XUSER_MAX_COUNT; i++ )
{
if(app.GetXuiAction(i)==eAppAction_SocialPostScreenshot)
if(app.GetUIAction(i)==eAppAction_SocialPostScreenshot)
{
app.CaptureScreenshot(i);
}
@@ -3638,7 +3637,7 @@ void Minecraft::tick(bool bFirst, bool bUpdateTextures)
// printf("Input Detected!\n");
//
// // see if we can react to this
// if(app.GetXuiAction(iPad)==eAppAction_Idle)
// if(app.GetUIAction(iPad)==eAppAction_Idle)
// {
// app.SetAction(iPad,eAppAction_DebugText,(LPVOID)wchInput);
// }