You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Manual.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,10 @@ if (info == NULL) {
166
166
167
167
# Building your game for retro handhelds (ARM64 Linux devices)
168
168
169
+
## Before you start
170
+
171
+
Some handhelds might not be supported due to their OS/drivers (in this case you will generally get the error "no available video device" in the log file). The engine works perfectly on devices that use Rocknix OS (works with both libmali and panfrost drivers).
172
+
169
173
## The easy way
170
174
171
175
Buy a Raspberry Pi Zero 2 W (it's a very cheap ARM64 computer), compile your app directly on the Raspberry Pi and just copy-paste the resulting executable to your handheld.
0 commit comments