Recent content by masagrator

  1. masagrator

    Feedback Homebrew Homebrew game Switch port Cod 4/Black Ops 1 Decomp

    ffmpeg supports bink files, so it's "just" a matter of replacing internal library with a wrapper around ffmpeg decoder.
  2. masagrator

    Homebrew Status Monitor Deux - Customizable successor of Status Monitor Overlay

    Lately I am changing priorities. As this tool is doing what I wanted it to do, I guess I will stop focusing on making mainly frontend tools from now on. Maybe I will fix some issues you pointed out at some point of time. I want to focus more now on playing games and doing backend stuff related...
  3. masagrator

    Gaming Tokyo Mirage Sessions FE Encore unsensor patch

    What the hell is this reasoning? You have some big misunderstanding how everything works. Just do what I said. Don't question it because you don't even know what you are talking about. 1782284524 And if you want to know more how this is possible, read about file concatenation via archive bits...
  4. masagrator

    Gaming Tokyo Mirage Sessions FE Encore unsensor patch

    This is a non issue for almost a decade. Use any MTP client and it will handle this for you automatically. Atmosphere ships with USB File Transfer homebrew.
  5. masagrator

    Homebrew Homebrew game Half Life 2 (Source Engine) - Switch Port

    I vibe coded a simple SDL2 launcher which just edits config file for setting proper game and launches hl2_nx homebrew. There are no checks if you have ep1 and ep2. It assumes you have both. It supports touch screen and gamepad. If you want to use this launcher and have hl2_nx hidden, rename...
  6. masagrator

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    1.0.2 and 2.0.0 are exactly the same, only difference is BID and version number.
  7. masagrator

    Can I nest NSP's?

    That's not how it works. NSP is just an archive like zip or rar. It doesn't have any info where it should unpack files. That's decided by tool that unpacks it.
  8. masagrator

    Hacking ROM Hack The Legend of Zelda: Tears of the Kingdom mod error

    This error happens because you don't have enough free RAM to load romfs mods. Ultracam is your only option because it provides an alternative to Atmosphere mod loading tailored for ToTK which doesn't need to steal from System pool of RAM to work. So better buckle up and understand it.
  9. masagrator

    Homebrew Homebrew game Half Life 2 (Source Engine) - Switch Port

    ah, i understand now where my misunderstanding came from. I wasn't aware that with 20 year anniversary update they merged episodes into base game.
  10. masagrator

    Homebrew Homebrew game Half Life 2 (Source Engine) - Switch Port

    It's not mentioned in readme so i assumed it works by replacing original data
  11. masagrator

    Homebrew Homebrew game Half Life 2 (Source Engine) - Switch Port

    That's the biggest win for me from all those android projects. I'm a big fan of Half Life, never played it on gamepad so it's time to try. Thanks 1781500084 Also hyperlink is wrong. It leads to layton repo 1781500308 Also wouldn't be better to give episodes separate folders? Because currently...
  12. masagrator

    Homebrew Discussion Post homebrew ideas, suggestions, requests here

    overlays don't have access to applets, that's an OS limitation for all sysmodules, overlays are running on top of sysmodule
  13. masagrator

    Homebrew Status Monitor Deux - Customizable successor of Status Monitor Overlay

    How it corresponds to option above them? This hook exists explicitly to show that it doesn't belong above _____ |^Roof This is technical reason. Doing it below will result in descriptions not being rendered for any option that is at the bottom of list, that's the cost of descriptions not being...
  14. masagrator

    Nintendo fined 35 million euros by the French government due to Switch 1 Joycon malfunctions

    Issue is more about ignoring the problem for years than actual problem existing.
  15. masagrator

    Homebrew Status Monitor Deux - Customizable successor of Status Monitor Overlay

    I was considering not worth it until someone points out. I tested if my assumption was correct just now and it turned out it was, so just fixed the issue. Issue existed because i compared kHz instead of mHz. Fixed. This happens because i assumed that sys-clk like hoc-clk uses buffer for...