Recent content by AdamN

  1. A

    PPSSPP Version 1.10 release

    The latest development version at https://buildbot.orphis.net/ppsspp/ have more multiplayer fix. Games like Patapon 3, Kingdom Hearts BBS, Gran Turismo, Bleach Heat the Soul 7, Digimon World Redigitize (and many more) have a working adhoc multiplayer now. Multiplayer games status...
  2. A

    Homebrew WIP Experimental Switch emulator in C#

    Err that "how-to-extract-any-switch-game-in-8-minutes" seems to be a clickbait to some other (non-gaming/emulation related, political?) video :(
  3. A

    Homebrew WIP Experimental Switch emulator in C#

    Btw, shouldn't the thread title edited to include the name "Ryujinx" to attract new people? :D just my 2 cent
  4. A

    Homebrew Visual Boy Advance-M & Dolphin Emulator Linking

    With the modified build here https://www.ngemu.com/threads/vba-m-svn1030e-support-linking-for-gb-gbc-gba-games.161897/ you don't even need BIOS file anymore to use joybus :) it also have additional options to improve joybus connection
  5. A

    Homebrew WIP Experimental Switch emulator in C#

    For emulation, he will need at least to have a basic knowledge of how a CPU worked, and how devices communicate (I/O & memory map), also how API/HLE worked, right? :D A good reading for this is probably the Tegra X1 Technical Reference Manual (TRM) or it's datasheet While for the programming...
  6. A

    Homebrew WIP Experimental Switch emulator in C#

    Anyone managed to boot Puyo Puyo Tetris to logo (like shown by OP)? I tried using the binary from auto-build but i only gets blank screen running at 60 FPS (the FPS doesn't feels right since my PC spec is kindda low, AMD A6-6400K 2-cores @ 3.9Ghz, 8GB RAM, Radeon R270 2GB VRAM), and i don't see...
  7. A

    Homebrew yuzu Nintendo Switch emulator discussion

    I think the upside down frame buffer issue was fixed on RyujiNX a few days ago, not sure about yuzu :)
  8. A

    Homebrew WIP Experimental Switch emulator in C#

    Btw, which visual studio is recommended to build Ryujinx? VS2015 or VS2017 (will both community edition do well)?
  9. A

    Homebrew yuzu Nintendo Switch emulator discussion

    Nice, Yuzu runs RetroArch :) http://wololo.net/2018/01/23/emuception-nintendo-switch-emulator-yuzu-now-runs-sonic-3-1fps/ Don't expect anything fast on early stage, just seeing it runs something without crashing is already an improvement :D
  10. A

    Tutorial How to dump PSVita Games

    When binaries can be decrypted later, it will surely open a path to emulation :)
  11. A

    Emulation Decaf WiiU Emulator

    still no wud/wux support?
  12. A

    Emulation [RELEASE] Cemu - Wii U emulator

    They're not much different in choosing what need to be saved and restored, unlike game save that was saved by the game by saving game-specific data only (which can be small), save state will need to save everything that was changed since boot state (everything that will be cleared/back to...
  13. A

    Emulation Decaf WiiU Emulator

    Btw, Is it possible to debug (pause/resume, setting breakpoint, examining registers and RAM) a game running on decaf?
  14. A

    Emulation Decaf WiiU Emulator

    Btw what kind of roms format does decaf-emu recognize? wud/rpx only or wux also?
  15. A

    Emulation Decaf WiiU Emulator

    impressive progress :) but how come there are no binary build in https://github.com/decaf-emu/decaf-emu/releases ? i'm sure many people wanted to try it and compare it with cemu but don't know where to get the binary build "safely" :D