Apaczer
                                            Apaczer
                                        
                                    Our WIKI refers to the build process of the NxHope (first custom firmware for Miyoo) written by @steward-fu. The method to make MiyooCFW from scratch has changed since that time,...
> less compatible image and with tv out enabled anything I was running eg: gb/nes was not working looks like it is a GMenu2X issue on `musl` build, thanks for...
@andymcca I've also noticed big hit with mosaic effect, for e.g. Super Mario Advance after game creation (https://youtu.be/pbSWJCzmCNI?feature=shared&t=125) almost 15fps drop. This is of course for low-end Miyoo arm32 platform...
Yes, the same issue on "The Sims 2: Pets", which is no suprise as it was designed by the same person. Video with gameplay: https://www.reddit.com/r/Bittboy/comments/i3tcxn/i_need_help_i_want_to_play_sim_2_pets_gba_in/ Tks Andy 👍 On Sun,...
"Monster House" same Game Developer, same issue (maybe less evident). I don't think there are others. On Mon, Aug 28, 2023, 10:22 Apaczer GH ***@***.***> wrote: > Yes, the same...
I appreciate the whole effort and explanation! For ReGBA testing I would use QEMU for mips handheld e.g.: https://steward-fu.github.io/website/handheld/a320/opendingux/build_qemu.htm. Preferably it would be the best to try compile PC build...
I tried to bisect it and I got similar crash on "Monster House" and "The Sims". However these were very random and usually had happend after loadstate (no log), to...
Big 🙇 @andymcca, I tried with this change: ```diff diff --git a/main.c b/main.c index 55401d7..df14d3b 100644 --- a/main.c +++ b/main.c @@ -265,7 +265,7 @@ u32 function_cc update_gba(int remaining_cycles) execute_cycles =...
ah, yes sry for mistep! Tried now with: ```diff diff --git a/main.c b/main.c index 55401d7..71b3bcb 100644 --- a/main.c +++ b/main.c @@ -262,7 +262,7 @@ u32 function_cc update_gba(int remaining_cycles) // Figure...
sure, will try with those changes (saw the PR gratz!), glad to be of any help and see progress.