Community resource
Community Game Configs
Getting a PC game running on Android is mostly about pairing it with the right Wine / DXVK / Box64 settings. BannerHub's community library lets you skip the trial-and-error: find a config someone already got working on a device like yours, import it, and play.
Counts grow with every contribution.
How it works
Three steps from "won't launch" to "running."
Find your game
Search the library by game, then filter by manufacturer / device to narrow to configs tested on hardware like yours. Compare entries side by side.
Import it
In BannerHub, open the game's settings and use Import Config. The matching browser is built into the app too — no manual file copying, and missing components can be installed in one tap.
Play — then give back
Tweaked it until it ran great? Use Export Config to upload yours, so the next person with your phone gets a head start.
What's inside a config
Each config captures a game's working settings plus the components it needs — so importing it sets up the DX wrapper, Box64 build and the rest in one go.
{
"settings": {
"winlator_env_dxwrapper": "DXVK-2.3.1",
"winlator_env_box64version": "Box64-0.3.2",
...
},
"components": [
{ "name": "DXVK-2.3.1", "type": "DXVK" },
{ "name": "Box64-0.3.2", "type": "Box64" }
]
}
Files are organised as configs/<Game>/<Manufacturer>-<Model>-<Timestamp>.json, so each game collects one entry per device that's been tested.
Good to know
- No account, no cost — browse and download freely.
- Cross-compatible — configs work across BannerHub and BannerHub Lite (they share the same per-game settings keys).
- One-tap components — importing a config can fetch any components it requires from the BannerHub API.
- App-managed — configs are uploaded/downloaded through BannerHub's Export / Import Config; you don't submit files by hand.
On BannerHub v6: v6 uses its own strict per-game settings store and doesn't ship the in-app community-config browser — this library is primarily for BannerHub and BannerHub Lite (the 5.x builds).
Every config you share helps someone else
If a game runs well for you, hit Export Config in its settings menu — your tuned setup joins the library for everyone on similar hardware. Questions, requests or a device that needs love? The community hangs out on Discord.
Browse the config library
Search by game, filter by device, compare side by side, download JSON.