Commit Graph

272 Commits

Author SHA1 Message Date
Apaczer
194ab4981e PACKAGE/DEFCONFIG: create&add libretro-fake08 (#155)
* PACKAGE: add & create `libretro-fake08` pkg

* PACKAGE: optimize `libretro-fake08` on uClibc (patch)
- disable audio by default here
2025-02-28 22:04:24 +01:00
Apaczer
f99d49da13 PKG: optimize libretro-dinothawr patch (#154)
disable "Time counter by FPS"
2025-02-28 22:03:25 +01:00
Apaczer
982f6ee9e4 PKG: optimize libretro-mednafen-wswan (#153)
- optimize `mednafen_wswan_libretro` core code
- add PGO data (uclibc)
2025-02-17 22:35:55 +01:00
Apaczer
c43d514052 PKG: split lr-scummvm into 2 cores (heavy&rest) (#152)
- split `scummvm` core
scummvm_heavy_libretro - AGS,Glk,TsAGE,Kyra,Ultima (engines)
scummvm_libretro - SCI, SCUMM and the rest of engines

- Create scummvm.scummvm_heavy.ra
2025-02-16 16:35:08 +01:00
Apaczer
9058c40f9c PKG: optimize v2 libretro-scummvm and strip obj. on all (#151)
* PKG: strip `lr-scummvm` & `lr-scummvm-legacy`

* PKG: optimize `libretro-scummvm` by removing heavy engines (leave only lesser ones by shared obj plugin size)
2025-02-14 18:39:21 +01:00
Apaczer
e1c37564d6 PKG: optimize libretro-scummvm & libretro-scummvm-legacy and lighten (#150)
* PKG: optimize `lr-scummvm-legacy`
- reduce number of linked engines (only LITE+ & no WIP)
- cap framerate & increase audio_buffer (lr-option)

* PKG: optimize `lr-scummvm`
- disable Tooltip
- reduce engines count (inline with standalone)
- cap framerate->15Hz & samplerate-> 44100Hz (increase cursor speed)
2025-02-10 22:26:19 +01:00
Apaczer
0bbd0bb001 PACKAGE: create libretro -scummvm for mainstream and refactor -scummvm-legacy (#149)
* PACKAGE: add `libretro-scummvm-legacy` pkg

* PACKAGE-libretro-core-info: add scummvm-legacy info

* DEFCONFIG: add `libretro-scummvm-legacy` to shared builds

* BOARD: create gmenu2x's `scummvm.scummvm_legacy.ra` shortcut

* PACKAGE-libretro-scummvm: revert to mainstream & update ver. to working one 2.10.0

* PACKAGE-libretro-scummvm: use 'ScummVM` for system paths
2025-01-31 23:07:02 +01:00
Apaczer
fee56a6cd6 PACKAGE: add & create libretro-uae4all pkg (#148)
* PACKAGE: add `libretro-uae4all` pkg

* PACKAGE-libretro-core-info: add uae4all info

* DEFCONFIG: add `libretro-uae4all` to shared builds

* BOARD: create gmenu2x's `uae4all.ra` shortcut
2025-01-31 23:05:55 +01:00
Apaczer
aeb59cbaa6 PACKAGE: inline libretro-core-info and retroarch (#147)
update LIBRETRO_CORE_INFO
2025-01-31 23:05:13 +01:00
Apaczer
e3d39f3e87 PACKAGE: bumpup ver., fix SELECT input & reoptimize libretro-mame2000 (#146)
* PACKAGE: bump libretro-mame2000 version

commit 2ec60f6e1078cf9ba173e80432cc28fd4eea200f

* PACKAGE-mame2000: fix SELECT btn & optimize patches
2025-01-24 08:24:01 +01:00
Apaczer
ca53a51cf8 PACKAGE: bumpup ver. & optimize libretro-mame2003 & mame2003-plus (#145)
* PACKAGE: bump libretro-mame2003 version

commit b6c6d52d8d630d1a172b6b771443dcbbdb45b76d

* PACKAGE-mame2003: add optimization patches

* PACKAGE: bump libretro-mame2003-plus version

commit 0fcccae96eb722d58be329977eb49173c5c97981

* PACKAGE-mame2003-plus: add optimization patches & fix cyclone
2025-01-24 08:19:20 +01:00
Apaczer
28019c452b BOARD-patches/sdl2: force window focus(kbd/mouse) and restrict mouse x/y (#141)
- mv custom sdl2 patches to miyoo
- focus on window a restritc mouse moves (hack)
2024-12-11 21:43:58 +01:00
tiopex
7eb45df5a8 [PACKAGE] Bump retroarch with upscale 1.66x filter (#144) 2024-12-09 17:27:02 +01:00
tiopex
6a323e0ad2 Add possibility to run ipk manager from gmenu2x (#140) 2024-11-28 13:01:28 -03:00
tiopex
d445ccfa47 FIRSTBOOT: add partprobe to re-read partition table after resize and remove reboot (#139) 2024-11-28 13:00:45 -03:00
TriForce
41c6c6fc8a Update texts on ipk manager (#138)
* Update texts on ipk manager

* Fix button label on ipk manager

* Fix texts on ipk manager
2024-11-28 13:00:00 -03:00
tiopex
0f3be0177e WORKFLOW: add --line-buffered to grep (#137) 2024-11-16 09:46:01 +01:00
Apaczer
4a6229b40a DEFCONIFG: add libexecinfo to shared builds (#135)
for backtrace
2024-11-13 07:56:37 +01:00
tiopex
21be370eb0 PACKAGE: SDL2 Add set scale mode for directFB video backend (#136) 2024-11-13 07:11:45 +01:00
tiopex
313fad9dbf PACKAGE: Add DirectFB2 & SDL2 (#134)
* Add SDL2 + DirectFB2

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2024-11-09 19:59:04 +01:00
tiopex
6f3f36172a BOARD: Add IPK package manager after firstboot (#133)
* BOARD: Add IPK package manager after firstboot

* Use lazy loading package description
2024-11-09 19:58:31 +01:00
Apaczer
55cec4bce1 UTILS: allow for single pkg hash generate via arg 2024-11-07 22:25:58 +01:00
tiopex
02ec67eb21 toolchain: bump kernel headers to 5.15.x (#132) 2024-10-29 07:20:15 +01:00
Apaczer
ab8ca344d7 PACKAGE-joymap: bump ver. 0.5.8 and fix musl build 2024-10-28 23:41:03 +01:00
tiopex
c155970018 package: fix libretro-retroarch package mk (#131) 2024-10-28 21:54:12 +01:00
Apaczer
97494fba22 UTILS: add utils/add-missing-hashes script (#130) 2024-10-21 18:29:05 +02:00
Apaczer
779367ac07 PACKAGES: correct/add LICENSE_FILES (#110)
* add missing hashes & correct licenses
* disable conventional license files for IPK pkgs + more fixes
* libretro-database: bump libretro-database version (with existent License)
* libretro-*: redirect to upstream links pointing to recalbox src
2024-10-21 18:14:35 +02:00
Apaczer
59d7586ca6 BOARD: separate miyoo packages + concentrate RetroArch/libretro (#129)
MENU->Target packages ---> Miyoo Packages ---> ...
2024-10-15 20:07:21 +02:00
tiopex
81270d9968 PACKAGE-libretro-snes9x2002: Add loading hacks via options (#126)
from snesadvance.dat file (included)
2024-10-14 21:10:35 +02:00
tiopex
01f28139a5 Add default root password (#128) 2024-10-08 21:31:20 -03:00
tiopex
3eaaba588f Add binary emus: DrPocketSNES, FCEUX, GNGEO, gpSP, RACE, PCSX_reARMed, Gambatte (#127) 2024-10-08 21:08:42 -03:00
tiopex
1e49159b01 Use optimize flags from drPocketSnes for libretro-snes9x2002 (#125) 2024-09-14 19:57:01 -03:00
tiopex
132594eb48 Remove option routers from dhcpd.conf
option routers cause network issues on host side
2024-09-10 11:58:21 +02:00
tiopex
67d5f04fbb Add dhcp server and client package (#124) 2024-09-06 22:13:58 -04:00
tiopex
6f066c3ce8 Bump RetroArch to v1.19.1 (#122) 2024-09-04 19:38:20 -04:00
tiopex
c9772f059c Enable networking in RetroArch (#123) 2024-09-04 19:37:53 -04:00
tiopex
907a1b1f45 Add Dropbear and pure-ftpd (#121) 2024-09-04 22:28:56 +02:00
tiopex
0dc73ce1e1 Fix permissions (#120) 2024-09-04 13:45:32 +02:00
tiopex
f0c2f995f9 Add network via usb (#119) 2024-09-04 05:51:51 -04:00
Apaczer
cb4a379249 BOARD-genimage: omit error output from git cmd
use `--always` opt for `git describe`
2024-08-26 21:27:27 +02:00
Apaczer
bf6b50d188 BOARD: remove redundant gm2x's link files
create `$HOME/music` and `$HOME/pictures` dir
2024-08-26 21:21:52 +02:00
Apaczer
03142e8c1b DEFCONFIG: enable AAC codec in FFMPEG options
handles sound for mp4 audio
2024-08-09 17:30:11 +02:00
Apaczer
23aa769387 DEFCONFIG: enable all important FFMPEG options
- quick correction for https://github.com/MiyooCFW/buildroot/pull/117
- also disable nonfree dependencies (openssl & libfdk-aac)
2024-08-09 07:46:50 +02:00
Apaczer
eadda580e9 DEFCONFIG/BOARD: minimize ffmpeg build & use libx264 for video rec (#117)
* BOARD: update Video Record app (video_record.sh)
* DEFCONFIG: minimize ffmpeg build
2024-08-07 21:27:07 +02:00
Apaczer
eafadce373 PACKAGE-sdl_net/sdl_ttf/sdl_image: bump version to 23-Apr-2024 (#118) 2024-08-07 21:26:16 +02:00
Apaczer
de760b988c BOARD-miyoo/patches: mv opkg patch to correct dir
also wait till `mount` cmd finished
2024-08-03 22:31:58 +02:00
Apaczer
7c62be3a43 BOARD-genimage: don't run with sudo (#116)
works with fakeroot - fix local build
2024-08-03 20:58:10 +02:00
Apaczer
4836a07b73 PACKAGE-opkg/DEFCONFIG: miyoo/patch to remount rootfs in RW/RDONLY mode (#115)
* DEFCONFIG: add $BR2_GLOBAL_PATCH_DIR for miyoo board
  create $(TOPDIR)/board/miyoo/patches
* PACKAGE-opkg: miyoo/patch to remount rootfs in RW/RDONLY mode
2024-08-02 18:42:16 +02:00
Apaczer
82da906482 BOARD: create /etc/opkg/opkg.conf (#114)
show full `opkg info` for packages
2024-07-30 20:17:56 -04:00
Apaczer
452f493e75 PACKAGE: add new gmenu2x-gm2xpkg package to SDK (#113)
- install `gm2xpkg` to SDK
- add new GMENU2X_GM2XPKG package
- dl single file source of raw.githubusercontent.com
2024-07-05 23:01:30 +02:00