Commit Graph

60 Commits

Author SHA1 Message Date
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
tiopex
96ee5d9483 Add input_info app to discover buttons src numbers, add '-d' parameter to dynamically (during use) compute calibration value so that events are reported in the range -32767 to 32767 2023-10-12 14:52:21 +02:00
tiopex
515379acad add Linux Joystick Mapper 2023-10-10 15:01:12 +02:00
Apaczer
519ce818d3 [DEFCONFIG] add OPKG packages
+ [GMENU2X] include IPK_SUPPORT in CFLAGS
2023-08-31 20:10:45 +02:00
Apaczer
515013b3ef [PACKAGE] patch fbgrab - compression level fix (#41) 2023-07-19 20:36:07 +02:00
Apaczer
cd078d2b55 [PACKAGE] add fbcat (#40) 2023-07-17 22:27:10 +02:00
Apaczer
004c656b1a [GMENU2X] add -DHW_LIDVOL flag 2023-07-15 23:12:12 +02:00
Apaczer
fb813ce5e3 [PACKAGE] update "dialog" cmd to 1.3-20230209 ver (#38) 2023-06-13 06:31:24 +02:00
Apaczer
66ff4de1ea [GMENU2X] updt BUILDTIME macro + check if CFW_HASH exist && neq BUILDROOT_HASH (#33)
* Update BUILDTIME var. in gmenu2x.mk

* check if CFW_HASH =/ BUILDROOT_HASH in gmenu2x.mk
2023-04-26 19:08:59 +02:00
Apaczer
11cfc78bbe build GMENU2X package with CFW_HASH var only if it exist (#32) 2023-04-24 11:08:47 +02:00
Apaczer
7c9145f0ce use BUILDROOT&CFW_HASH & real GMENU2X COMMIT_HASH in package CFLAGS (#31)
update workflow to accomodate CFW_HASH
2023-04-23 22:29:39 +02:00
Apaczer
4ebcca7de0 Update gmenu2x.mk with COMMIT_HASH macro 2023-04-16 12:05:54 +02:00
tiopex
dc6778c814 Add patch for build parted-3.1 on musl toolchain 2023-04-11 14:06:16 +02:00
tiopex
26cf244553 disable locale, downgrade parted to v3.1, use fatresize v1.1.0 2023-04-11 10:49:52 +02:00
tiopex
2498d3557c Enable Top-level parallel build 2023-03-28 13:08:02 +02:00
tiopex
c5f2ee8941 Add joy2key app 2023-03-27 11:27:42 +02:00
tiopex
a2f39f8c83 Generate sdk tarball file by buildroot
Fix gmenu2x output files when rebuild image
2023-03-27 11:24:45 +02:00
Apaczer
ac644eaf63 add `showkey` to BusyBox def config 2023-03-26 00:14:05 +01:00
Apaczer
4f6a409e9f correct naming of make file for miyooctl 2023-03-22 17:01:08 +01:00
root
8ee9df5b88 add libusbgx, add miyooctl 2023-03-22 07:31:48 +01:00
tiopex
5a0cc1df52 add build fatresize from source 2023-03-20 13:07:22 +01:00
tiopex
52c0a95984 fix uppercase and build gmenu2x dist 2023-03-17 21:49:56 +01:00
tiopex
248f82ac68 build gmenu2x with -O0
prepare to copy generated files from gmenu2x to sdcard
2023-03-17 11:48:04 +01:00
root
e45cdf1ccd add strip var to gmenu2x 2023-03-15 14:12:44 +01:00