EmuELEC v4.4k
4.4k
v4.4k가 드디어 출시되었습니다! 이 버전에는 많은 변경 사항이 있습니다. 변경 사항에 대해 알아보려면 Change log를 읽어 보십시오.
언제나처럼. 많은 새로운 설정, 옵션, 에뮬레이터 및 포트를 사용하여 이 릴리스의 모든 측면을 테스트하려고 하지만 모든 장치와 모든 게임에서 테스트하는 것은 불가능합니다. 문제가 발견되어 재현 가능한 버그가 확실하다면 GitHub issue 를 등록하십시오.
중요:
처음 설치가 아닌 tar update나 Online update를 하시는 사용자는 반드시 update 완료 후 기본 구성으로 시스템 초기화
를 진행해 주십시오.
사용자가 설정하지 않은 부분까지 backup & restore 되어서 제대로 동작하지 않는 부분이 있을 수 있습니다.
메인 메뉴 > EmuELEC 설정 > 위험 구역 > 기본 구성으로 시스템 초기화
General:
기본 빌드 시스템에 대한 대규모 업데이트:
- 모든 Amlogic 장치는 이제 동일한 커널 v4.9.19를 사용합니다!
- 일부 에뮬레이터의 성능은 물론 일반적인 사용에서도 약간 더 나은 성능을 느낄 수 있습니다.
- 중요: 현재 S905(GXBB, p201)는 더 이상 지원되지 않습니다. 기존 Amlogic.aarch64 이미지를 사용하던 장비들은 업데이트하지 말고 4.3k을 유지하십시오. (TEST버전의 경우 2021년12월31일 버전까지 사용가능)
Fixed Bugs:
- One of the most annoying bugs that plagued fbdev with Retroarch was finally fixed (Issue EmuELEC#76)
fixed in PR mali_fbdev fix for fps drop after egl_destroy (EmuELEC#789) by @spleen1981!
This means that using Retroarch as boot up option is now possible (some small changes need to be done). - Fixed Bluetooth connectivity issues
- Fix zoom not working on manuals
- Fix many external mounting issues
- Backup will now rename the file instead of deleting it after restore.
- Fixed SuperTux and SuperTuxKart data download
- Fixed auto-update would show update available even if there was none.
Additions and other fixes:
- Added WIP Mupen64plus Standalone
- Added WIP FBNeo Standalone
- Added Duckstation Standalone
- Added Yabasanshiro Standalone
- Added Blake Stone to ports
- Added iotop
- Added VIM
- Added External Mount settings in ES
- Added option to create key remaps for Advance MAME Thanks to Joshua L (@Langerz82)
- Switch to SDL 2.0.20 for all devices
- Support for Pixelcade (Install script is in Setup)
- Retroachievements encore is now configurable from ES
- Added Enable Integer Overscaling in ES
- Use toggle for fast forward instead of hold
- Add .68k .68K .sgd .SGD to genesis/md
- Added gamepad auto configuration for Dolphin and Flycast Thanks to Joshua L (@Langerz82)
- Reworked Advance MAME gamepad auto configuration Thanks to Joshua L (@Langerz82)
- Removed ceemmc because it's no longer compatible with 3 partitions
- Added option to backup to cloud services using rclone.
- Switch to parallel_n64_32b as default n64 emulator for handhelds.
- Add Heart Of Darkness to ports (PR EmuELEC#863)
- Added a5200 core as default emulator for Atari 5200
- Added gearcoleco core (PR EmuELEC#859)
- Updated several emulators (PR EmuELEC#856)
- Added Messen-s to gameboy to allow for Super GameBoy emulation (PR EmuELEC#848)
And many other changes! for the full list check out the commit history.
Cloud sync note:
Be sure to read https://rclone.org/remote_setup/#configuring-by-copying-the-config-file
Name your remote as EmuELEC_Remote
and copy rclone.conf to /emuelec/configs/rclone/
finally create a folder named EmuELEC_Backup
on your cloud service.
If you would like to use another name for the remote or backup folder you can create a file named
/emuelec/configs/rclone/ee_cloud_sync.cfg
and add this to the file:
EE_SYNC_REMOTE="your_remote_name"
EE_SYNC_PATH="your_backup_folder"
Cloud backup and restore options are in
"메인 메뉴 > EmuELEC 설정 > 위험 구역 > 셋팅과 게임 저장 클라우드 백업"
"메인 메뉴 > EmuELEC 설정 > 위험 구역 > 셋팅과 게임 저장 클라우드 복원"
Also note that this feature is currently in beta so don't put your blind fate on it working 100%
What's Changed
- Adding cas extension to msx and msx 2 to load cassetes on Emulationstation by @Kelvfimer in EmuELEC#785
- fix(package): path to duckstation-lr zip file by @volkc in EmuELEC#787
- Confrimed YabasanshiroSA runs by @devmiyax in EmuELEC#788
- mali_fbdev fix for fps drop after egl_destroy by @spleen1981 in EmuELEC#789
- advmame joycfg changes by @Langerz82 in EmuELEC#790
- updated cvbs values needs a test. by @Langerz82 in EmuELEC#799
- Software renderer is only needed for Amlogic-ng. by @miwasp in EmuELEC#811
- EE - advmame, flycast, dolphin auto input config by @Langerz82 in EmuELEC#812
- Bump lzdoom to version 3.88b by @miwasp in EmuELEC#829
- Dev joycommon and advmame auto gamepad fixes by @Langerz82 in EmuELEC#830
- Dev joycommon fix2 by @Langerz82 in EmuELEC#835
- Fix missing ..ui_configure... in advmame.rc on OGS by @miwasp in EmuELEC#837
- Update to dcf136 by @kevinrivm in EmuELEC#838
- Dev mupen64 joy by @Langerz82 in EmuELEC#842
- Dev dolphin joy fix. by @Langerz82 in EmuELEC#843
- Dev advmame joy fix2 by @Langerz82 in EmuELEC#844
- Dev flycast joy arcade fix by @Langerz82 in EmuELEC#836
- Update es_systems.cfg to include mesen-s in gb,gbc by @miwasp in EmuELEC#848
- Update several emulators to current versions for 4.4 by @Kelvfimer in EmuELEC#856
- Update Picodrive to right version d26d4c29652003d39a139775c122217ac95000a8 by @Kelvfimer in EmuELEC#857
- Updated gears emulators by @Kelvfimer in EmuELEC#859
- Dev joy common cache fixes by @Langerz82 in EmuELEC#858
- Add a5200 and gearcoleco to the build process by @miwasp in EmuELEC#860
- Fix name of core "gearcoleco" in es_systems.cfg by @miwasp in EmuELEC#861
- Adding heart of Darkness port by @Kelvfimer in EmuELEC#863
- Dev mupen64plussa resolution by @Langerz82 in EmuELEC#849