Recent content by nowrep

  1. N

    Homebrew Home menu statusbar battery patches

    It did happen once for me. From what I understand, there cannot be more handles opened to the mcu::HWC service, and if attempted to get handle while already taken it blocks until it is free. Rosalina pauses any running app (home menu in this case), so the handle will never be freed and it...
  2. N

    Homebrew Home menu statusbar battery patches

    I'm not sure, I think the font does not have it, as weird as it may be. % is not the only character that will not be printed there, also some ascii chars ("b", "B", ...). Yes, I did try %%, no effect.
  3. N

    Homebrew Home menu statusbar battery patches

    It's not that flexible, sorry. You can't, they would need to be merged together.
  4. N

    Homebrew Home menu statusbar battery patches

    You need to have Luma that supports exheader patching (>=8.1.1) for the patched exheader.bin to be used that have the needed mcu::HWC service allowed.
  5. N

    Homebrew Home menu statusbar battery patches

    Copy 0004003000009802 folder (for the version and patch you want) to /luma/titles
  6. N

    Homebrew Home menu statusbar battery patches

    Currently there are 2 patches (EU only): Battery percent in status bar (statusbatpercent) This patch replaces date in statusbar with battery percent. It is not possible to display "%" character, so it shows battery percent as ":35:" instead. Battery icon in status bar with 25% bars...