Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2471 from JustEnoughLinuxOS/dev
Browse files Browse the repository at this point in the history
Add RG351V to README.md.
  • Loading branch information
spycat88 authored Dec 1, 2023
2 parents fa8ec7d + 097a772 commit 16179c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ JELOS supports a variety of ARM and Intel/AMD based devices.

| Manufacturer | Device | CPU / Architecture | Kernel | GL driver | Interface |
| -- | -- | -- | -- | -- | -- |
| Anbernic | [RG351P/M](http://jelos.org/devices/anbernic/rg351pm) | Rockchip RK3326 (ARM) | Mainline Linux | Panfrost | Weston + Emulation Station |
| Anbernic | [RG351P/M](http://jelos.org/devices/anbernic/rg351pmv) | Rockchip RK3326 (ARM) | Mainline Linux | Panfrost | Weston + Emulation Station |
| Anbernic | [RG351v](http://jelos.org/devices/anbernic/rg351pmv) | Rockchip RK3326 (ARM) | Mainline Linux | Panfrost | Weston + Emulation Station |
| Anbernic | [RG353P](http://jelos.org/devices/anbernic/rg353pmvvs) | Rockchip RK3566 (ARM) | Rockchip BSP 4.19 | Mali | KMS/DRM + Emulation Station |
| Anbernic | [RG353M](http://jelos.org/devices/anbernic/rg353pmvvs) | Rockchip RK3566 (ARM) | Rockchip BSP 4.19 | Mali | KMS/DRM + Emulation Station |
| Anbernic | [RG353V](http://jelos.org/devices/anbernic/rg353pmvvs) | Rockchip RK3566 (ARM) | Rockchip BSP 4.19 | Mali | KMS/DRM + Emulation Station |
Expand Down
4 changes: 4 additions & 0 deletions packages/emulators/standalone/yuzu-sa/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ PKG_CMAKE_OPTS_TARGET+=" -DENABLE_QT=ON \
-DYUZU_USE_QT_MULTIMEDIA=ON \
-DYUZU_USE_QT_WEB_ENGINE=OFF \
-DUSE_DISCORD_PRESENCE=OFF"
pre_configure_target() {
CFLAGS=$(echo ${CFLAGS} | sed -e "s|-Ofast|-O3|")
CXXFLAGS=$(echo ${CXXFLAGS} | sed -e "s|-Ofast|-O3|")
}

makeinstall_target() {
mkdir -p ${INSTALL}/usr/bin
Expand Down

0 comments on commit 16179c6

Please sign in to comment.