christianhaitian / arkos

Another rockchip Operating System
MIT License
1.54k stars 85 forks source link

Feature: Support for HDPacks via the Mesen core. #836

Closed pikamus closed 11 months ago

pikamus commented 12 months ago

You can manually add the core via retroarch. (would be good if it got included in arkos, would make launching the game easier) In the core config options i've enabled HDPacks Used the correct naming.... FTP'd into the device added to .config / retroarch config / system / HdPacks it doesn't appear to load. Ideally.. would be nice if we could put the HDPacks next to the rom file. Mesen allows the hdpacks to be kept in zip format. thanks.

christianhaitian commented 12 months ago

Last I checked, the mesen core didn’t run very well on rk3326 or rk3566 devices.

pikamus commented 12 months ago

Playing on my rg353v, seems to run well on zelda.

On Fri, 10 Nov 2023, 4:47 pm christianhaitian, @.***> wrote:

Last I checked, the mesen core didn’t run very well on rk3326 or rk3566 devices.

— Reply to this email directly, view it on GitHub https://github.com/christianhaitian/arkos/issues/836#issuecomment-1805136880, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPK77RQYKC3675EJLZDLMDYDW5Y3AVCNFSM6AAAAAA7FQ7UQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBVGEZTMOBYGA . You are receiving this because you authored the thread.Message ID: @.***>

pikamus commented 11 months ago

I didn't link the pack. It can be found here. They also have a 'hd pack for low end CPU's' https://www.romhacking.net/forum/index.php?topic=31559.0

christianhaitian commented 11 months ago

Interesting. I'll check this out. Any other packs and games that may run well on this low end cpu?

pikamus commented 11 months ago

unsure... tbh i was just excited about zelda hd. The hd packs aren't well organised.. so it's a very niche thing. Have to dig through forums to find them. If you are interested, here is a video compilation someone put together of different nes games with hd packs. https://www.youtube.com/watch?v=qYDzL5hVzSM&t=1s

christianhaitian commented 11 months ago

I had a chance to test this some more today and the performance is bad once you load the HD Pack. You can test for yourself by loading the HD Pack into the bios folder. As an example, my rom file name is Legend of Zelda, The (U) (PRG0) [!].nes. I created a folder and subfolder named HdPacks/Legend of Zelda, The (U) (PRG0) [!] within the bios folder and unzipped the low end HD pack for the game in that folder including unzipping the ZeldaRemastered.zip file into this subfolder, then proceeded to load the Legend of Zelda, The (U) (PRG0) [!].nes through the retroarch mesen core. After about 45 seconds, the game finally loads and the audio is very crackly and the framerate is abysmal. This will not be added.

pikamus commented 11 months ago

Fair enough. Thanks for looking into it <3