mirror of
https://github.com/RetroDECK/RetroQUEST.git
synced 2025-04-21 01:24:06 +00:00
11 lines
333 B
Plaintext
11 lines
333 B
Plaintext
[configuration]
|
|
|
|
entry_symbol = "GDExtensionInit"
|
|
compatibility_minimum = 4.1
|
|
|
|
[libraries]
|
|
windows.release.x86_64 = "lib/Windows-AMD64/LibRetroHost-d.dll"
|
|
windows.debug.x86_64 = "lib/Windows-AMD64/LibRetroHost-d.dll"
|
|
linux.release.x86_64 = "res://addons/libLibRetroHost-d.so"
|
|
linux.debug.x86_64 = "res://addons/libLibRetroHost-d.so"
|