Recent content by zbash92

  1. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    Could you ping your 3DS from your PC? Just checking if it's a network issue or potential firewall issue.
  2. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    Normally you would start remote play from the viewer, nevertheless it's possible to do it both ways. For the viewer IP is it the same as the one you set in the viewer application? If so check your firewall settings. NTR opens a port on 8000 on the 3DS, that's normal. The viewer's port that you...
  3. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    What do you mean by fail to update? Could you be more specific? The viewer binds a port at specified Viewer Port on the interface specified by Viewer IP whenever you change them. It takes effect immediately. Do you mean the bind failed or something? Without any information I'm guessing firewall...
  4. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    Hmm so uncompressed lossless mode doesn't get past 10 fps on Old 3DS, seems like the Old 3DS cpu can't push past ~10 Mbps for its Wi-Fi. (Where as New 3DS can do up to 20 Mbps). (Bit of a bummer) For New 3DS, the new lossless mode (not fully lossless, as it's still chroma subsampled and has bpp...
  5. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    @PurpleGoose Can do for sure. In the mean time you can set SDL_JOYSTICK_ALLOW_BACKGROUND_EVENTS=1 in environment variables before launching ntrviewer
  6. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    Bug fixes in the works (not yet released, though hopefully within the next week..): Main visible change is the background ambient blur for use on oled screen. (as requested by someone on github). Some other bug fixes and stuff. (ambient blur is implemented for linux and windows. macos is in...
  7. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    Your wifi setup will have the biggest impact on how much stutter there is. If it's a shared router with phones and other game consoles and PCs connected to it, there will be lots of stutter and occasionally stream cutting out. If you are on Windows and is using a wifi hotspot connected to your...
  8. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    Was supposed to be Hi-Res but it's actually the same as original so uhh it doesn't sand for anything really.
  9. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    New pre-releases that fixed some bugs in earlier pre-releases (both NTR-HR and NTRViewer-HR). Also updated license info for third party code. If I don't get any issue in say a week I'll mark them as normal latest release.
  10. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    macOS viewer released (or prerelease i guess): https://github.com/xzn/ntrviewer-hr/releases/tag/v0.3.4.0 I was having some trouble with local network access permission while testing the app, I think I got the app bundled correctly in the end however. Feedback appreciated.
  11. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    Twilight Menu++ works in DS mode so it can't streamed :<
  12. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    DS/GBA games run in DS mode (or something like that). Until someone write an emulator for DS on 3DS it can't be streamed by NTR. For GBA games there are GBA emulators you can use.
  13. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    I guess the Wii U client doesn't handle out of order packets well. If core count is more than 1 (default is 3) then good chance the output gets corrupted and flickers on the Wii U. Then the app's internal state gets messed up so even if you switch core count back to 1 it still outputs corrupt...
  14. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    It flickers pretty badly on the WiiU client (this is the one right? https://github.com/yawut/ntrview-wiiu )
  15. Z

    Hacking [Rel] Improved (hopefully) NTR streamer for N3DS (XL/LL)

    @theninjagamer I've removed real-cugan support since it's way too demanding on the GPU. (v0.3.1.0) librashader (a.k.a. RetroArch i.e. slang-shaders) support is added. Fixed a bug related to HiDPI on Windows with D3D11 backend. Nuklear with D3D11 was also really slow when its built-in...