Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. Tags
    3. hypseus
    Log in to post
    • All categories
    • Ptit_Alucard

      Solved Jeux Singe et disque dur externe
      Emulateurs Arcade/PC/Console • hypseus daphné dd externe • • Ptit_Alucard

      3
      0
      Votes
      3
      Posts
      388
      Views

      lmerckx

      Pour information, il y a un petit hack qui fonctionne chez moi en attendant une résolution du problème.

      Pour un jeu ALG (comme Mad Dog par exemple), créé un répertoire ALG.daphne en dessous de roms/daphne puis un répertoire du nom du jeu (ex: maddog) et recopie-y le contenu du jeu (ce que tu as dans maddog.daphne).
      Il faut aussi que le répertoire singe existe en dessous de daphne, mais il peut être vide.

      Donc, au final:
      roms/daphne/ALG.daphne/maddog/...
      roms/daphne/singe
      (pour que ca reste propre visuellement, cache ensuite ALG via l'interface)

      Voilà, c'est pas génial, mais en attendant mieux, ça fait le job.

    • DirtBagXon

      New Hypseus with overlays and Singe support
      Your recalbox • hypseus overlays singe • • DirtBagXon

      51
      1
      Votes
      51
      Posts
      10413
      Views

      DirtBagXon

      @dirtbagxon said in New Hypseus with overlays and Singe support:

      So, having refreshed myself with the SDL2 documentation now it is back on-line.
      The failure is occurring in SDL_CreateRenderer()

      The default FLAGS for the accelerated renderer currently are:

      g_renderer = SDL_CreateRenderer(g_window, -1, SDL_RENDERER_ACCELERATED | SDL_RENDERER_TARGETTEXTURE | SDL_RENDERER_PRESENTVSYNC);

      These are three of only a few FLAGS documented here: https://wiki.libsdl.org/SDL_RendererFlags

      Can I suggest that you try removing each flag in turn in the source code and recompile?

      The code is located in: src/video/video.cpp (lines 283-285)

      https://github.com/DirtBagXon/hypseus-singe/blob/master/src/video/video.cpp#L283

      Please let me know what FLAG is causing the issue, and what display environment you are using in the new buildroot, and how it differs from previous.