Skip to content

Commit e8e9ce0

Browse files
committed
Implement RetroAchievements integration
1 parent 170bb77 commit e8e9ce0

23 files changed

+900
-4
lines changed
4.85 MB
Binary file not shown.
3.9 MB
Binary file not shown.
5.28 MB
Binary file not shown.
4.12 MB
Binary file not shown.
17.8 MB
Binary file not shown.
7.15 MB
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[configuration]
2+
3+
entry_symbol = "rcheevos_rhash_init"
4+
compatibility_minimum = 4.1
5+
6+
[libraries]
7+
8+
macos.debug = "res://addons/godot-rcheevos-rhash/macos/librcheevos-rhash.template_debug.framework"
9+
macos.release = "res://addons/godot-rcheevos-rhash/macos/librcheevos-rhash.template_release.framework"
10+
windows.debug.x86_32 = "res://addons/godot-rcheevos-rhash/win32/librcheevos-rhash.template_debug.x86_32.dll"
11+
windows.release.x86_32 = "res://addons/godot-rcheevos-rhash/win32/librcheevos-rhash.template_release.x86_32.dll"
12+
windows.debug.x86_64 = "res://addons/godot-rcheevos-rhash/win64/librcheevos-rhash.template_debug.x86_64.dll"
13+
windows.release.x86_64 = "res://addons/godot-rcheevos-rhash/win64/librcheevos-rhash.template_release.x86_64.dll"
14+
linux.debug.x86_32 = "res://addons/godot-rcheevos-rhash/linux32/librcheevos-rhash.template_debug.x86_32.so"
15+
linux.release.x86_32 = "res://addons/godot-rcheevos-rhash/linux32/librcheevos-rhash.template_release.x86_32.so"
16+
linux.debug.x86_64 = "res://addons/godot-rcheevos-rhash/linux64/librcheevos-rhash.template_debug.x86_64.so"
17+
linux.release.x86_64 = "res://addons/godot-rcheevos-rhash/linux64/librcheevos-rhash.template_release.x86_64.so"
2.77 MB
Binary file not shown.
2.19 KB
Binary file not shown.
984 KB
Binary file not shown.

0 commit comments

Comments
 (0)