RyujinxHelper/.vscode/settings.json
Evan Husted 7e3b65266d Themes are no longer passed by ref, and instead are passed by pointer.
Layers are now added AFTER UiManager is initialized and the instance is set.
TryCreateUi no longer automatically starts the UI thread, for you to add layers & do any custom ImGui setup before starting the thread.
2024-07-30 01:43:26 -05:00

4 lines
No EOL
94 B
JSON

{
"FSharp.suggestGitignore": false,
"editor.fontFamily": "JetBrains Mono, monospace"
}