Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
Shortcuts while tabbed ou...
Last Post: Vossa
04-11-2025, 07:16 PM
Crash on rewinding
Last Post: Rafael3455
04-10-2025, 09:44 PM
Can't get Lua example scr...
Last Post: Fleshborne
02-27-2025, 11:20 PM
mGBA load states wiped
Last Post: FROGGIO
02-19-2025, 12:49 AM
2.5x integer scaling of G...
Last Post: pbalogh77
02-16-2025, 01:42 PM
Library Directory?
Last Post: UnlivableKastel
02-16-2025, 04:55 AM
Help
Last Post: aviator
01-15-2025, 02:11 AM
How to use cheats?
Last Post: pizzaman11
01-12-2025, 06:25 AM
What Are Your Favorite GB...
Last Post: patriciahorne
01-08-2025, 08:34 PM
Can I import save files o...
Last Post: Stocazzo
01-01-2025, 10:13 AM

Forum Statistics
» Members: 1,671,   » Latest member: Hajin,   » Forum threads: 645,   » Forum posts: 2,387,  
Full Statistics

  Stuttering in Zelda
Posted by: Kaladiyn - 03-14-2019, 04:15 PM - Forum: General - No Replies

Hi all, I’m having some issues playing Zelda link to the past using mGBA on the Nintendo switch.

Certain items don’t work properly and sort of “stutter” 

example Pegasus boots: the boots start to activate, but just stutter no matter how long I hold down the A button. If I try to walk, I move at something like 2/3 normal speed. It's almost like the A button is repeating like a keyboard key instead of just staying on the whole time.


Any thoughts of how I can fix this? Thanks all

Print this item

  Suggestions for the 3DS Port
Posted by: coinblock - 03-12-2019, 07:03 PM - Forum: General - No Replies

I've really been enjoying the 3DS port of mGBA, but had a few suggestions for features it would be nice to see in future releases:

- Remapping controls: Being able to map controls by button- so I could use L/R as Start/Select as well as keeping the Start/Select buttons still enabled. Also, the ability to use a touch screen tap as an input would be useful as well as being able to map separate control schemes for GB/C and GBA.

- Autofire: would love to see this implemented, as it's standard in most other emulators.

- 3D slider support: as seen in other emulators such as VirtuaNES and Snes9x for 3DS, enabling the slider, even without the 3D effect, enhances image quality on the 3DS top screen.

- File Browser improvements: An option to hide non .gb/.gbc/.gba files from appearing in the browser would be great, as well as scrolling text for titles that get cut off at the edge of the screen. Having the browser open on the last title you launched would also be a helpful feature.

Thanks so much for your work on this, endrift!

Print this item

  Android Port?
Posted by: Black☆Rock Shooter - 03-11-2019, 04:40 PM - Forum: Development - Replies (1)

Are there any plans for an Android Port of the emu? 
Also are you planning on adding the multiplayer feature on the DS emu?

Print this item

  Cant build medusa
Posted by: Amnesia1000 - 03-11-2019, 12:41 AM - Forum: Development - Replies (1)

I know that medusa is in alpha phase, or pre alpha xD, but I wanted to know if there is any dependence out of the common with mgba, because when trying to compile medusa I get this error.


Code:
[0%] Built target version-info
[0%] Building C object CMakeFiles/medusa-emu.dir/src/arm/decoder.c.o

during GIMPLE pass: wrestrict
In the 'ARMDisassemble' function:
at pp_format, at pretty-print.c:1387
 int ARMDisassemble(struct ARMInstructionInfo* info, uint32_t pc, char* buffer, int blen) {
     ^~~~~~~~~~~~~~
make[2]: *** [CMakeFiles/medusa-emu.dir/build.make:583: CMakeFiles/medusa-emu.dir/src/arm/decoder.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/medusa-emu.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

Im in Menjaro Linux

This is the procedure I followed to clone the repository and compile

Code:
git clone -b medusa https://github.com/mgba-emu/mgba.git medusa
cd medusa
mkdir -p build && cd build
cmake ..
make

Print this item

  Record video log
Posted by: Amnesia1000 - 03-10-2019, 04:22 PM - Forum: General - Replies (1)

One question, what is Record video log for? I create a file "xxx.vml", but the system does not recognize it...

Print this item

Question How can I change webcams for Game Boy Camera?
Posted by: tmangamer10 - 03-03-2019, 05:58 PM - Forum: General - Replies (5)

Huh  Is there a way to change webcams for Game Boy Camera? If you know if you can and/or how, PLEASE COMMENT ASAP!

Wink

Print this item

  Fast Forward in Wii?
Posted by: hamid1455 - 03-03-2019, 12:31 AM - Forum: General - No Replies

How to fast-forward in MGBA on wii? I did not see any key mapping in the options. I am new to using this emulator and checked the FAQ, was not able to find anything.

Print this item

  No Video
Posted by: Skiddoom - 03-01-2019, 12:58 AM - Forum: General - Replies (2)

Hello. I am currently trying to emulate a game on mGBA, but there is no video. Just audio, nothing else. How can I fix this? Also, if anyone answers, thanks!  Big Grin

Print this item

  [Suggestion] Discord-rich presence
Posted by: DeepWeeb - 02-25-2019, 01:01 AM - Forum: General - Replies (1)

While this is not a very important feature, it would be neat nonetheless, especially for when online multiplayer becomes available and people can join request for Pokémon trading or MegaMan Battle Network battles.  Big Grin

Print this item

  Trying to integrate Wanderbar with mGBA, but need some advice
Posted by: Mato - 02-21-2019, 09:31 PM - Forum: Development - Replies (7)

Hello! I've been working on integrating my Wanderbar sidebar thingy into Windows mGBA 0.6.1, but I know almost nothing about Qt and threads, plus the mGBA source code is light-years more advanced and cleaner than anything I could ever produce.

Still, I've been poking at the code and learning how things work. I've mostly got my Wanderbar working with mGBA now, but the biggest (and probably final) snag is that I need to call my Wanderbar's "doLogic" function before each GB/GBC/GBA CPU instruction.

Currently, I do that call in thread.c, around this part. (This actually works fine until my Wanderbar needs to update the browser, after which it crashes & I can't debug the cause, but it appears to be thread-related)

[Image: thread.c.jpg]

The issue is that I need to move this call out of thread.c and make it so that GameController.cpp (or maybe Window.cpp) calls my Wanderbar logic function instead. So basically I can't find a clear way to make it so that GameController.cpp knows when a core CPU instruction is about to be executed.

I figure that's probably not even how something like this should be handled, but again, I'm out of my league here with threads and Qt and such. Is there any way to make this work somehow? Currently my best guess is to try to create something like the debugger that's in the "if" statement in the code above, but that's also all written in C and part of the core, so I don't think that'll work either Sad

Print this item


Online Users
There are currently 149 online users. » 0 Member(s) | 149 Guest(s)

Powered By MyBB, © 2002-2025 Melroy van den Berg.