Recent content by nr89

  1. N

    Gaming Homebrew Play xCloud games on HOS! Or stream your Xbox Series S/X!

    Not a bad idea. could reduce the bandwidth demand. I'm not sure we would see any reduced latency here. When I've been testing it's pretty much on par with xcloud in a browser on a pc. And I suspect we might not get any lower latency as the main bottleneck is decode time on the Switch. And...
  2. N

    Gaming Homebrew Play xCloud games on HOS! Or stream your Xbox Series S/X!

    Hey, I'm the dev behind this. Just wanted to let you know that there has been a couple of updates now. Both quality and input is significantly improved. Even got haptics up and running. IMO it's pretty much on par with my Samsung S22 in regards to latency. Actually quite suprised with the...
  3. N

    Hacking OpenLara Xbox One Port

    Haven't seen this posted here, https://github.com/XProger/OpenLara/releases/tag/latest You'll need the original game files. I used the official android files, worked great. Tested on Series X, but I'm sure this plays great down to One S as well. (not the most demanding thing in the world)...
  4. N

    Hacking Will The xbox one ever be able to run linux

    While WSL distros are UWP you still need to have WSL(Windows Subsystem for Linux) installed as a Windows feature, which you don't have on Xbox While this could be installed via powershell, I don't think you'll be able to install it from Enable-WindowsOptionalFeature as the Xbox OS needs to be...
  5. N

    Hacking Xbox Gamestream with Windows IoT

    Yeah, that is where I ended up as well. And it should be that eas - Grab the repository from GitHub and build... Unfortunately the apk should be around 50mb when done, according to tuxuser on their discord. If you check the reference tab in the solution it lists 4 .csproj files that are not...
  6. N

    Hacking Xbox Gamestream with Windows IoT

    The IoT thing works for both retail mode and dev mode (dev mode companion works for both sandboxes). But its a no go on a Pi. I've tried. It's a slide show, literarily. Openxbox is probably a better solution all around. But never been able to get it to work. Tried to build it with both...
  7. N

    Hacking Xbox Gamestream with Windows IoT

    Not sure if this belongs here. But a fun project I've been working on: Used a Dragonboard 410c and the ARM version of Xbox Dev Mode Companion app to stream my Xbox to another room with Windows IoT Core. What works: * Video output (pretty nice quality as well) * Controller input (even Bluetooth...
  8. N

    Hacking How far can the Xbox One X go in terms of emulation?

    Hard to say. The CPU isn't the best. Jaguar core, low clock speed, high core count.(most emulators to my knowledge thrives best with the opposite) We know the GPU is good for 6 teraflops at 32FP compute. Puts it at around a Nvidia GTX1070 (about 6,5TF) When you're in Dev mode you get access to...
  9. N

    Hacking Official Xbox One Retroarch Thread

    The solution file is located under \source\repos\RetroArch\pkg\msvc-uwp If you add the repo as a folder to vs or clone the repo from the GitHub extension. All the various sln files should show up in solution explorer. PS xbox1.sln is for the original Xbox. You want RetroArch-msvc2017-UWP.sln
  10. N

    Hacking Official Xbox One Retroarch Thread

    As far as I know, they don't. Testet with a NES usb clone controller off ebay. That did not work. Keyboard input (at least in the menus) is supported, so I'm kind of stumped as to a simple usb HID controller doesn't work. Maybe key mapping is off? To sum it up, doesn't work out of the box with...