Recent content by jsa

  1. jsa

    Homebrew Access to Google Driver on 3DS

    I think the Wii U browser can still play videos through the browser - give it a try and see if it works for you.
  2. jsa

    Homebrew [Release] Linux for the 3DS

    Are you on Discord somewhere? I'd be interested in joining some sort of development channel for this, if present.
  3. jsa

    [HELP] Downgrading to Windows 7

    Windows 7 *can* run on your laptop although you'll need to put a bit of effort in. Firstly, you need to go into the UEFI BIOS and change some settings: - Open the Start menu - Click the power icon - Hold Shift and click Restart. When a menu comes up, choose "Troubleshoot" -> "Advanced options"...
  4. jsa

    [HELP] Downgrading to Windows 7

    That's not true, Windows 7 is supported with security updates until at least 2020, and longer for certain embedded variants. However you will likely encounter a lot of driver issues depending on how new your hardware is - could you tell us what processor is in your system? (Right-click the Start...
  5. jsa

    Switch emulator Yuzu can now play Super Mario Odyssey from start to finish in latest build

    Before a commit this year which upped the minimum requirements to DX11, I could get great performance emulating Wind Waker and Mario Kart WIi on a 2008/9 era system with Dolphin (AMD Phenom X3 8650, three cores at 2.3GHz w/ 6GB DDR2-800 and a GTX 280 1GB, all at stock speeds). It's amazingly...
  6. jsa

    Homebrew How do I do a system transfer that also transfers illegitimate software?

    It would be rather complicated and involve dumping various tickets and databases afaict
  7. jsa

    Homebrew Hey, im still running an older a9lh. How to remove?

    It's perfectly legal to sell a 3DS with B9S + Luma
  8. jsa

    Hacking fail0verflow tease Linux on Switch

    f0f is Team Twiizers' rename; they contributed pretty much everything for the Wii and early DSi.
  9. jsa

    Homebrew [Release] [New 3DS browser only] Twitch Client for New 3DS (browser-based)

    I've managed to fix it - turns out they require API authentication now, no other changes! :D http://jsa.x10host.com/twitch/ I might fix up the UI soon, though, as it does look somewhat messy two years on.
  10. jsa

    Homebrew [Release] [New 3DS browser only] Twitch Client for New 3DS (browser-based)

    I don't believe it still works since Twitch changed their API a while back but I'll go renew the hosting (free hosting but req's logging in every 30 days which apparently I've neglected to do)
  11. jsa

    Homebrew I have started to dump Miiverse's Wii U side.

    We've got it covered - have been RE'ing Miiverse for a couple months now, have a working 3DS client and packet dumps of Wii U and 3DS and many many games that use it auto However good initiative and everything helps (:
  12. jsa

    Homebrew Just "Homebrewed" my 3ds. How do I keep my 3ds from getting bricked?

    Did you follow https://3ds.guide/ and install Luma3DS CFW?
  13. jsa

    ROM Hack [Release] Pokemon Gold, Silver, and Crystal Virtual Console Wireless Linking Patches

    Couldn't this be done using Luma's built-in game patching feature? :P
  14. jsa

    ROM Hack 3DST files with "texture" as first seven bytes

    I'm looking at Nintendo Anime Channel (which contains some lovely plaintext Lua scripts, but that's a different story) and it seems to use a unique texture format with a `.3dst` extension (first seven bytes are "texture" (0x74 0x65 0x78 0x74 0x75 0x72 0x65) followed by multiple null bytes)...