RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. mkdd
    Log in to post
    • All categories
    • R

      Mario Kart Double Dash dark screen with OpenGL drivers

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support dolphin lr-dolphin mkdd rpi5
      4
      0 Votes
      4 Posts
      1k Views
      mituM

      There was already a bug report - https://bugs.dolphin-emu.org/issues/13416. Furthermore, the Libretro port is not maintained by the Dolphin team, so your report will probably be closed/forwarded to the libretro repository.

    • AwesomeKingClemA

      MKDD Tint Issue RPI5

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support lr-dolphin mkdd doubledash vulkan drivers
      174
      0 Votes
      174 Posts
      38k Views
      G

      @retropieuser555 said in MKDD Tint Issue RPI5:

      @gvx64 said in MKDD Tint Issue RPI5:

      Instructions for Building from Source

      cd /home/pi sudo mkdir ./dolphin-rpi/ sudo git clone https://github.com/gvx64/dolphin-rpi cd ./dolphin-rpi sudo git submodule update --init --recursive

      I wouldn't use sudo to make the dolphin-rpi directory, you can just git clone straight away. Otherwise it'll mess up all the permissions. Or later in your code the user probably won't be allowed to make the build directory

      cd ~ git clone https://github.com/gvx64/dolphin-rpi cd ./dolphin-rpi git submodule update --init --recursive

      Thanks, I agree with this. I will modify Post 42 to remove the unnecessary directory creation from the instruction set when I have some time.