Skip to content

Commit 6de1cce

Browse files
committed
Add a note about unsupported OSes.
1 parent e5fb675 commit 6de1cce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/Manual.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ if (info == NULL) {
166166

167167
# Building your game for retro handhelds (ARM64 Linux devices)
168168

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+
169173
## The easy way
170174

171175
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

Comments
 (0)