Commit Graph

83 Commits

Author SHA1 Message Date
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 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 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
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 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
Apaczer 6c028fb38e BOARD/CONFIG: add prebuild.sh to create /var/lib/opkg structure (#112) 2024-07-05 23:00:03 +02:00
Apaczer 7dd5f71762 PACKAGE-sdl_mixer: install playmus & playwave to TARGET (#109) 2024-06-23 22:32:30 +02:00
Apaczer 37a80a380c PACKAGE-mpg123: Revert #106 & #100
This reverts commits:
ce8e150cd5
2aff31eaba
2024-06-23 10:23:21 +02:00
Apaczer fd34e2b21e PACKAGE-sdl_mixer: allow for mpg123 & flac support (#107)
update sdl_mixer.mk
2024-06-19 21:58:17 +02:00
Apaczer ce8e150cd5 PACKAGE-mpg123: use LFS alias type of long for ARM (#106) 2024-06-19 21:57:36 +02:00
Apaczer 8c3d70a6f4 PACKAGE/DEFCONFIG: bump sdl_mixer pkg ver. & allow here for mikmod linking (#105)
add `libmikmod` to shared defconfigs
2024-05-29 23:32:12 +02:00
Apaczer 1852510148 PACKAGE/DEFCONFIG: add sdlbook app (#99)
with miyoo&optimization changes
2024-05-06 23:56:12 +02:00
Apaczer f1c28c77d4 PACKAGE-x264: bump to 152 version (#103)
inline with legacy sysroot
2024-04-30 21:04:46 +02:00
Apaczer b830774f6f PACKAGE/BOARD: for ffplay correct PGDOWN/PGUP bindings & launch in fullscreen. (#101)
* PACKAGE-ffmpeg: correct 0003-ffplay-custom-sdlk.patch

* BOARD: launch `ffplay` in fullscreen mode and be less verbose
2024-04-23 21:04:14 +02:00
Apaczer 2aff31eaba PACKAGE-mpg123: disable LFS support on 32bit (#100)
fix mpg123_seek
2024-04-16 17:59:25 +02:00
Apaczer 3dae427d4c PACKAGE/DEFCONFIG: add new package djvu + fix lmupdf shared (#96)
djvulibre & mupdf libs
2024-03-23 07:08:50 +01:00
Apaczer 5c1e9aaeb7 BOARD: clean naming of profiling data *.gcda & optionize PGO (#92)
* [BOARD] don't use "preserve-paths" in srcname of profiling *.gcda data
 update PGO optimized libretro cores to not use `-fprofile-dir=path`

* [PACKAGE] optionize PGO optimized builds
PROFILE=
0 - don't use PGO
YES - generate data at runtime
APPLY - apply optimization at compilation step
2024-02-25 12:12:18 +01:00
tiopex 44c4d3450c [Retroarch] Optimize snes9x2002, gpsp, pcsx_rearmed using profile data (#91)
* [retroarch] add profile data for libretro-snes9x2002 core

* Optimize gpsp, pcsx_rearmed cores using predefined profile data
2024-01-25 12:29:49 +01:00
tiopex b1e6fd6dbf [Reatroarch] Optimize snes9x2002 and tyrquake cores (#90) 2024-01-22 13:07:23 +01:00
Apaczer 3bce8b7fb9 [PACKAGE] RetroArch: add fix patch for sdl input driver (#89)
* correct patch - include sdl_dingux driver as well for joypad

* correct reoccurring patch numbering

* [PACKAGE] RetroArch: add fix patch for sdl input driver

remove input polling from sdl_input.c (rely only on input_driver.c with input_keyboard_event)
2024-01-22 07:16:24 +01:00
tiopex b99fc6a29e Optimize libretro-snes9x2005 core (#88) 2024-01-19 08:35:00 +01:00
tiopex 043a0dd85d [Retroarch] Optimize snes9x2002, gpsp, pcsx_rearmed (#87)
* Optimize snes9x2002

* Add optimize flags

* optimize gpsp, pcsx_rearmed
2024-01-15 07:09:44 +01:00
tiopex de1e8c30f4 Reduce audio latency to 64ms to fix frame pacing (#86) 2024-01-13 09:13:51 +01:00
Apaczer 168f6caede [PACKAGE/BOARD] RetroArch: change sdl_dingux_input to sdl_input driver (#84)
* [PACKAGE] RetroArch: change sdl_dingux_input to sdl_input driver

* [BOARD] USB-Host: add time for OS to update USB mode (sleep cmd)
2024-01-12 22:10:55 +01:00
tiopex c41edf640e Optimize retroarch cores: fceumm, mame2000, snes9x2002, tyrquake, prboom (#83) 2024-01-11 13:46:59 +01:00
tiopex cd08c2ac1a Update retroarch to latest & optimize (#82)
disable vsync
disable keep aspect ratio
2024-01-10 11:04:46 +01:00
tiopex eb3ab10e12 Use unai_old gpu for pcsx_rearmed libretro core (#81) 2024-01-08 15:53:25 +01:00
tiopex 78cd79894c Add flags -Ofast -fdata-sections -ffunction-sections -fsingle-precision-constant -fno-PIC -flto to gpsp core (#80) 2024-01-05 14:42:56 +01:00
tiopex 04fc020178 Add target optimizations -mcpu=arm926ej-s -marm (#79) 2024-01-05 09:08:09 +01:00
tiopex 9d1fc77c20 Revert video sync option (#78)
Update Picodrive core
Update gpsp core
2024-01-04 13:01:41 +01:00
Apaczer c6cc029a0c [PACKAGE/DEFCONFIG] add PYGAME along side with new pkg PYGAME_MENU (#72)
* [CONFIG] add PYGAME package

* [PACKAGE] add PYGAME-MENU

* [DEFCONFIG] add PYTHON_PYGAME to shared.SDKS

* [PYGAME-MENU] select 	PYTHON_TYPING_EXTENSIONS
2024-01-03 15:25:40 +01:00
tiopex 096f9fa76d Update umtprd with fixed folder creation name (#75) 2024-01-03 10:52:31 +01:00
Apaczer b0130e4097 [PACKAGE/DEFCONFIG] add LIBMIKMOD + FLUIDLITE to static SDKs (#71)
* [PACKAGE] add LIBMIKMOD + FLUIDLITE

* [DEFCONFIG] update static SDKs with FLUIDLITE and LIBMIKMOD
2023-12-28 20:36:59 +01:00
Apaczer 17319637f1 [PACKAGE] NCURSES: switch to mirror snapshot github rep. 2023-12-15 11:33:23 +01:00
tiopex 10d3f8c37a [PACKAGE/BOARD] Add handle usb-hid gadget (#55)
* Add handle usb-hid gadget (Tunr your handheld into usb gamepad for PC)

* Add special keys handling

* add Manual for USB-HID app

* use st terminal to execute script

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2023-11-28 23:15:18 +01:00
Apaczer f7fbe79d2f [PACKAGE] DIALOG change dl method + add wchar support (#58)
+ silence dialog.mk warnings
2023-11-27 10:38:26 +01:00
Apaczer 4076cfa178 [PACKAGE] GMENU2X - rm predefined FLAGS from *.mk (#59)
use GMENU2X_HASH only for commits sha in about
2023-11-27 08:53:16 +01:00
Apaczer 5b66cc5d24 [PACKAGE] LIBRETRO_MRBOOM - update ver
to revision with working verbose opt from 2023/11/15
2023-11-26 22:01:37 +01:00
Apaczer 6bed90d832 [PACKAGE] LIBRETRO_MGBA - add LOCALE ifdef to *.mk
+cleanup
2023-11-26 21:49:52 +01:00
Apaczer 790b198b88 [PACKAGE/BOARD] add COMMANDER package & update appLink (#57)
* [PACKAGE] add COMMANDER file manager
* [BOARD] rm precompiled commander & upd appLink
2023-11-24 21:15:29 +01:00
Apaczer 02627752b2 [PACKAGE/BOARD] add ST_SDL package & update scripts (#54)
* [PACKAGE] add ST_SDL for terminal emulation
* [BOARD] rm 3-party `st` app & update scripts
2023-11-21 15:55:44 +01:00
Apaczer c8fa30eceb [PACKAGE] lock JOYMAP on beta 0.5.5 + fix musl build (#53)
* [PACKAGE] lock JOYMAP on beta 0.5.5 release + package in musl img
* [JOYMAP] fix musl by using std headers over types.h
2023-11-21 15:54:45 +01:00
Apaczer 423e87bd64 [BOARD/PACKAGE] add FFMPEG to record&play /dev/fb0 + alsa capture (#48)
* [PACKAGE] downgrade FFMPEG(add) & X264
- use ffmpeg-3.1 thus downgrade ver. to working SDL1.2
- downgrade x264 to be inline with former ffmpeg
- uncomment FFSERVER build instructions (it is available in 3.1 version)

* [BOARD] 
- add `ffplay` & `ffmpeg` apps to record&play
- add `arecord` script for AUDIO capture (use alsaloop workaround)
- update appLinks with "params=&" for bg launch
- use `pkill` instead 'killall` for scripts (warning: it also checks for bash running under the same name)
- use FFPROBE to detect media format in `ffplay`
- for X264  use sources.buildroot.net (code.videolan.org src only works with git method)
- rm redundant usb Applink
- add 0003-ffplay-custom-sdlk.patch (to make hotkeys usable in miyoo)
2023-11-18 17:27:30 +01:00
tiopex b7a8ba56ec [PACKAGE/BOARD] Add Retroarch v1.16.0.3 (#50)
* Add retroarch package

* libretro cores as separate packages

* Add libretro-super package

* Add core resources, move retroarch bin to /mnt/emus/retroarch dir

* add NxEngine assets + correct indendt

* [BOARD] add cores appLinks

* [GENIMAGE] test -d before running cp to not stderr

* [BOARD] add "cores" section in gmenu2x with all appLinks

* add PRBOOM data *.wad file

* [GENIMAGE] generate cores' script links in genimage.sh

* Add scummvm core & downgrade

* [GENIMAGE] don't run cores in verbose

* resort `core links` and update their icons

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2023-11-16 20:17:18 +01:00
tiopex 89d86217ef [ACTIONS] Less verbose log for GitHub log action + change repo format for libxmlrpc package (#52) 2023-11-14 13:25:33 +01:00
tiopex a558a481e9 change repo type from git to tar.gz for x264, due to very long clone git repo (#51) 2023-11-07 23:44:53 +01:00
tiopex 1cdeb8b930 Merge pull request #45 from tiopex/master
Add joy to keyboard button mapper
2023-10-25 08:45:59 +02:00
Apaczer 3a434d54a2 [BUSYBOX] use custom config from board/miyoo
add PGREP and PKILL cmds
2023-10-20 18:05:01 +02:00