Hello As you know, a zip build has been released about 5 days that in same link for arm32-bit and arm64 64-bit.
It doesn't change much else since the Redream script takes care of loading aarch32.elf or aarch64.elf if you are under 32bits or 64bits.
Only supported on boards the GPU driver can run context opengl 3.1 up to 4.5 (some extensions optional) or Opengl es 3.1 context.
The latest version of redream copies "saves" to "states" then creates a new saves folder. After doing so it
sets a "savesfixed=1" in it's config. With the creation of our symlink for states the copy won't take place,
but I felt it was safest to avoid trying to do this automatically. Users can copy the configs to the new location
manually. It's an experimental module so this seems reasonable and it avoids additional logic and possible issues.