New Implementations and bug fixes#42
Open
HCoreBeat wants to merge 11 commits into
Open
Conversation
Contributor
HCoreBeat
commented
Apr 21, 2026
- Added GameInfoPanel widget to show game title, version, and size.
- Integrated application size calculation and formatted byte display.
- Enhanced BatteryWidget to include Bluetooth status indicator.
- Updated localization files for new strings related to version and size.
- Improved layout and rendering of BatteryWidget with dynamic sizing.
- Added background effects and animations for GameInfoPanel.
- Refactored existing code for better readability and maintainability.
- Fix for the console suspension issue when games were open. Implementation of action‑button indicators at the bottom of the screen.
- Added right Joy‑Con functionality for menu navigation. Implemented Home button support to resume games and close open panels.
Implemented the new Storage tab for managing installed games, including internal and SD card space visualization. Added corresponding translation entries to the JSON files and fixed several issues related to the new tab integration
- Fixed the issue where the battery percentage displayed an incorrect value on boot, ensuring the real battery level is shown immediately. - Added a charging icon to visually indicate when the console is connected to power. - Resolved the loading problem affecting game thumbnails on the second page when many titles were installed. - Implemented a distinctive PNG-based icon for physical (gamecard) titles, replacing the previous placeholder and improving visual consistency.
Added `#include <nxtc.h>` under `#ifndef SWITCHU_HOMEBREW`. Implemented helper function `queryApplicationControlInfo(uint64_t titleId)` that: Uses `nxtcGetApplicationMetadataEntryById(titleId)` when cached metadata is available. Falls back to a single `nsGetApplicationControlData(...)` call when no cache entry exists. Updated the application loop in `build()` so that: Title and state are retrieved through the new helper in a single operation. Removed the previous two separate calls to `nsGetApplicationControlData` per title.
…ixes - Added GameInfoPanel widget to show game title, version, and size. - Integrated application size calculation and formatted byte display. - Enhanced BatteryWidget to include Bluetooth status indicator. - Updated localization files for new strings related to version and size. - Improved layout and rendering of BatteryWidget with dynamic sizing. - Added background effects and animations for GameInfoPanel. - Refactored existing code for better readability and maintainability. - Fix for the console suspension issue when games were open. Implementation of action‑button indicators at the bottom of the screen. - Added right Joy‑Con functionality for menu navigation. Implemented Home button support to resume games and close open panels.
Owner
|
thanks for the pr, I'll review it soon |
Contributor
Author
|
When you take a look at the request I made, could you improve the information panel a little more? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.