Recent content by proconsule54

  1. P

    Homebrew NXMP Nintendo Switch Media Player

    Hi all, i was a bit busy with a project that took 4 months to be done (for a 0.0.1 this -> https://github.com/proconsule/dejavis-ui ) now that i am more free and on august holidays i will return to work on NXMP, with a lot of new knowledge i have done with dejavis-ui project (is a huge project...
  2. P

    Emulation Emulator Cemu - Wii U Emulator - Switch Port

    I am very very happy to see Vulkan finally on switch that lead to porting and using better the tegra soc. Kudos to the emulator developer and the person who handled the Vulkan port.
  3. P

    Hardware Homebrew DEJAVISUI

    https://github.com/proconsule/dejavis-ui/releases/tag/0.0.1 [0.0.1] First public version Known Issue On Win32 version Vulkan Decode is disabled and instead is used HW Api On MacOS vulkan deocde/encode are not present so it default to videotoolbox hw api Not a real issue but is a 0.0.1...
  4. P

    Homebrew NXMP Nintendo Switch Media Player

    i will investigate, i have to get hands on a oled ones to see it
  5. P

    Hardware Homebrew DEJAVISUI

    updating main page, i am on deep testing phase (and project is already on github private page) so it would not take too much time to release it This is a brutal desktop capure of integrated webrtc feedback, the quality is a lot better.
  6. P

    Homebrew nx-laserplayer

    Since i suspect that this command must be called before any other i have to parse apple and superdrive from vendorid and apply it at start
  7. P

    Homebrew nx-laserplayer

    Yes, but i am very very busy at the moment, i will dm you for testing when all is done
  8. P

    Homebrew nx-laserplayer

    sg_raw /dev/sr0 EA 00 00 00 00 00 01 This is the unlock cmd, is a raw scsi cmd so easy to port. I will make a test version with unlock and let you know
  9. P

    Homebrew nx-laserplayer

    Can you do a screenshot?
  10. P

    Homebrew nx-laserplayer

    Try libusbdvd test program https://github.com/proconsule/libusbdvd/releases/tag/0.1.1
  11. P

    Emulation Homebrew tico — GameCube, Wii, PSP, and 3DS on Switch (HOS)

    @Sukalibur if you in the future want to support physical drives for cd/dvd consoles emus check this one https://github.com/proconsule/libusbdvd
  12. P

    Emulation Homebrew tico — GameCube, Wii, PSP, and 3DS on Switch (HOS)

    @Sukalibur yes Vulkan is there, i opened the nro and find out Vulkan stuff ported from nouveau EDIT: Hope this implementation can be made opensource, the switch scene wil benefit a lot
  13. P

    Emulation Homebrew tico — GameCube, Wii, PSP, and 3DS on Switch (HOS)

    I've never heard of vulkan on hos, maybe is deko3d (very similar to vulkan). On the github page it is stated that it uses Vulkan but since no source is provieded is hard to prove. I think is done with deko3d
  14. P

    Hardware Homebrew DEJAVISUI

    I forgot to add some screenshot... my bad. Remote Rtc from the mixer Video Mixer (10 layer at first) i will improve Srt from backend Video mixer working on image Backend is solid, frontend in near finished
  15. P

    Hardware Homebrew DEJAVISUI

    https://github.com/proconsule/dejavis-ui dejavis-ui is a trivial Audio/Video mixer with VIS I started this as a "swiss army knife" for audio/video form "any" source to "any" dest. I also integrated the terrific projectM library to add fancy vis if needed dejavis-ui is diveded in two parts...