Jump to content
LaunchBox Community Forums

XmemphistoX

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by XmemphistoX

  1. Hi, I am looking to sync two instances of LB for just the gamelist/metadata/media only.  Each PC has its own set of emulators that are already configured appropriately.   Is there a DB/Config File that I could just sync from one PC to the other?  I was hoping to just copy that over as well as the new media files when newly added games were imported.

    To preface here is my current setup

    • NAS with Games - Accessible by PC-A and PC-B
    • Launchbox lives on PC-A locally.
    • Launchbox lives on PC-B locally.
    • Emulators on PC-A are all configured for PC-A and live locally.
    • Emulators on PC-B are all configured for PC-B and live locally.
    • Paths for games/roms are all the same.

    My goal is to automatically have a sync between the two.  If I update a platform with a new game on PC-A with a new game/metadata I would like this to seamlessly update it on PC-B as well.  

  2. Hi guys,

    I just tested a build from a developer on Yuzu specifically to get merged updates/dlcs launching from the command line.  It works and he says hes going to clean up the code and try to release it in a few days!  It's been a few years since I had to switch to RyuJinx for couch play but its coming!

     

    Yuzu won't load DLCs if a patched xci file is used with a frontend Launcher · Issue #8352 · yuzu-emu/yuzu (github.com)

  3. I get this too.  A wonky way around this is to accept the error message but have AHK wait for it and send an alt-f4 right after

    IE,

    ESC::
    {    
        SetTitleMatchMode, 2
        WinWaitActive, Error
        Send !{f4}                
    }

    • Like 1
  4. 10 minutes ago, Jason Carr said:

    Yes, not all platforms have emulators that work on Android. If you know of an Atomiswave one that works, let us know and we can get it added. :)

    Yes, flycast core works on android with Atomiswave via RetroArch.

  5. 22 hours ago, Lordmonkus said:

    I just always recommend using stand alone Mame over the RA core, the only Mame core in RA I use is the 2003 Plus one since it has some nice little features like 4 joystick emulation which makes games like Pac-Man a little better to control on an 8 way joystick and it supports netplay.

    Haha thanks I think I will.  Just delaying out of pure laziness of setting up controls

  6. 12 hours ago, Lordmonkus said:

    If the game is working through RA on its own but not through LB i'm not sure what would cause that other than maybe a video driver in RA incompatibility with a shader or something.

    The blurriness is just a side effect of the Mame initializing UI element not playing nicely with the RA resolution.

    Thanks,  not sure what it is.  Is there some sort of safe mode flag for RA?  Let me see if I can add that

×
×
  • Create New...