Recent content by TOMSUN

  1. TOMSUN

    Homebrew Mod Manager Major Upgrade, Brand-New Version Revamped

    only supports standard Atmosphère mod structures. That includes: romfs mods cheats IPS patches copies/deploys mod files into Atmosphère's standard mod directories, such as: contents exefs_patches It does not currently support BCML/BNP-style mod merging systems. During installation, the...
  2. TOMSUN

    Homebrew Mod Manager Major Upgrade, Brand-New Version Revamped

    Version 3.1.2 is currently being updated. Please check the GitHub page later. This update mainly focuses on UI and interaction improvements. See GitHub for full details. After the update is pushed, existing users can update through the “Check for Updates” option in the menu.
  3. TOMSUN

    Homebrew Mod Manager Major Upgrade, Brand-New Version Revamped

    GitHub: https://github.com/TOM-BadEN/NX-Mod-Manager This project is fully open-source and completely free. In the worst case, I might lose interest in Switch or temporarily be unable to cover server costs. I will prioritize finding someone to take over. If no one takes over, the project will...
  4. TOMSUN

    Homebrew How can I control the bottom-right LED on my Switch Lite with code?

    Looking forward to your update. :D
  5. TOMSUN

    Homebrew How can I control the bottom-right LED on my Switch Lite with code?

    That's awesome! I have no idea how you managed to do it. Is your project open source? I'd love to study it.:) I just found your project, but it looks like this feature hasn’t been updated yet. Looking forward to your update.:wub:
  6. TOMSUN

    Homebrew How can I control the bottom-right LED on my Switch Lite with code?

    Thanks for your reply, but unfortunately I’ve already switched to the OLED model, so there’s no way for me to do further testing. Was this code actually tested by you, or was it simply provided by AI? If it’s the latter, then there’s a high chance it was made up by AI, because there is very...
  7. TOMSUN

    Homebrew nx-mod-manager-v2.0.0-A local mod manager for the Nintendo Switch

    If a game has multiple mods installed at the same time, then you can’t temporarily disable a mod simply by renaming it. In practice, unless someone is deliberately doing stress testing in an extreme way, it’s very hard for normal usage to result in a large number of repeated operations, such...
  8. TOMSUN

    Homebrew nx-mod-manager-v2.0.0-A local mod manager for the Nintendo Switch

    The compression is done outside the Switch, for example on a computer. The project’s workflow is as follows: The user places the compressed archive into the designated MOD storage path (which is only responsible for storing MODs). When the user chooses to install a MOD, the program first reads...
  9. TOMSUN

    Homebrew nx-mod-manager-v2.0.0-A local mod manager for the Nintendo Switch

    I have no understanding at all of how SD cards handle read and write operations, or of any characteristics related to their lifespan. I really haven’t given any consideration to these aspects. However, I personally think there’s no need to worry about this. 1768075014 I’m using a SanDisk...
  10. TOMSUN

    Homebrew nx-mod-manager-v2.0.0-A local mod manager for the Nintendo Switch

    After testing, the installation speed of the compressed package format is significantly faster than that of the file format.
  11. TOMSUN

    Homebrew nx-mod-manager-v2.0.0-A local mod manager for the Nintendo Switch

    Because there may be more than one mod installed at the same time. No matter what installation method is used, a file list of the mod is required to be maintained.
  12. TOMSUN

    Homebrew KeyX-Supports Turbo and Button Remapping

    The Pro Controller also uses a Bluetooth connection, but it does not have this problem. I also do not know why the Joy-Con behaves like this, after all the Switch has no documentation, so we can only test and guess. Or reverse the firmware to look it up. (this is too difficult, I cannot do it)
  13. TOMSUN

    Homebrew KeyX-Supports Turbo and Button Remapping

    Is your JC connected via Bluetooth, if the JC is connected via Bluetooth, there will be various strange issues, but physically connected JC is supported very well. I have also stated in the table in the main text that JC in Bluetooth mode is not supported. As for the reason, I have no idea why.
  14. TOMSUN

    Homebrew KeyX-Supports Turbo and Button Remapping

    In the unreleased version 1.5.6, I’ve already fixed this issue, and it can now run normally under 4 MB. It’s expected to be released today or tomorrow. 1766738082 Memory has been optimized, and it will no longer crash due to ovlloader 4MB. The macro store server download link has been changed...