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

Username
  

Password
  





Search Forums

(Advanced Search)

Latest Threads
What Are Your Favorite GB...
Last Post: patriciahorne
05-30-2025, 06:20 AM
Steam Input doesn't work ...
Last Post: ToxBox
05-18-2025, 11:49 AM
Why does THIS happen when...
Last Post: Borists
05-17-2025, 02:22 PM
Freezing when try to save...
Last Post: Rayfrost
05-15-2025, 03:12 PM
Cant properly map my Inpu...
Last Post: deadcrasher
04-29-2025, 02:25 PM
MGA cheat files
Last Post: awakenkn
04-25-2025, 06:51 AM
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

Forum Statistics
» Members: 1,697,   » Latest member: Brohk,   » Forum threads: 650,   » Forum posts: 2,395,  
Full Statistics

Question Pixel filter ?
Posted by: Arcade - 01-05-2016, 03:09 AM - Forum: General - Replies (2)

Hi friends,

First of all, hope you had happy holidays and a nice turn of the year! I would also like to thank everybody for their work & support. Pls, I would just like to know if the "mGBA" have the option of "Pixel filter" (magnification) : TV Mode, Scalines, Super 2xSaI, xBRZ2x etc.

I cannot find this option.

PD. mGBA 0.3.2

THANKS IN ADVANCE&WITH KIND REGARDS Shy

Print this item

  Changing .sav diectory in mGBA
Posted by: justice - 01-01-2016, 03:42 PM - Forum: General - Replies (2)

I am trying to link all of my emulator saves together between Android and Windows (so if I am away I can continue the game on my phone, then back on my computer later).

In order to do this, I usually have to change the directory in the emulator to where the Android emulator saves the .sav file since it's usually not an option for Android. MyBoy which I use creates a separate folder for save games instead of the rom directory like mGBA.

Is there a way to do this with mGBA? All I could find is changing the save file type but not the location.

Print this item

  Pokemon freezes
Posted by: Zeoka - 12-22-2015, 04:40 PM - Forum: General - Replies (1)

Hi guys. I'm playing the hack Pokemon Light Platinum on mGBA on my Macbook Pro with El Capitan osx. The thing is, when I try to evolve a Pokemon the game freezes. Can anyone help a brother out? I want a Wartortle.

Tim.

Print this item

  Map Save/Load State to Gamepad/Keyboard
Posted by: daas - 12-21-2015, 10:46 PM - Forum: General - Replies (3)

I think this would be a nice option. You might have to make the new saves overlay menu gamepad/keyboard controllable too. Use of direction keys and what you have selected as the "A" button might be best for usability, and "B" button to exit that new menu.

PS, I'm loving the 0.3.2 update.

Print this item

  vba to mgba?
Posted by: kikoken678 - 12-20-2015, 03:30 AM - Forum: General - No Replies

how do i use my .sav from my vba game on mgba when i put it in the same folder as the .gba file it doesn't load that .sav what am i doing wrong? also what is the gameshark thing for (new to emulating)

Print this item

Bug [BUG-Regression(?)] mGBA 0.3.2 - Multiplayer hangs.
Posted by: Darkness Knight - 12-17-2015, 11:42 PM - Forum: General - Replies (2)

Hi, I tested the new version and the emu hang in multiplayer, this is with the game Mario Kart Super Circuit.

Saludos!

Print this item

  Curious, Moziall Public License
Posted by: Sniffsnaff - 12-09-2015, 08:22 PM - Forum: General - No Replies

Hello,

As I have myself never really seen the point of the Mozilla Project License, I am a little curious as to why this license was chosen for mGBA instead of e.g. the GPL?

I respect your choice, of course, and I am mostly asking out of curiosity.

Thank you for a great emulator!

Edit: and of course I misspelled the title...

Print this item

  3DS build environment
Posted by: thammi - 12-08-2015, 06:16 PM - Forum: General - Replies (4)

Hello,
I found this project searching for homebrew software on the 3DS. My last handheld before the 3DS was a GBA and I was happy to get a chance to play those games again. Thanks for your work! Some games are having performance issues on the N3DS right now and I would like to look into possible performance enhancements. I have experience in embedded development but am new to emulators.

Unfortunately I was not able to build mGBA for the 3DS. Are the build scripts for 3DS included in the repository or do you use a custom setup which is not included? Could you please help me setup the build system? I have devkitARM and libctru installed and was able to build other homebrew applications.

Thanks in advance and thanks again for your work on this project!

Greetings
Thammi

edit: just noticed that I was working on the release tarball and not the git master ... making some progress now.

Print this item

  Config file / Keyboard setup (Something that's been bugging me for a while)
Posted by: Mikerochip - 12-05-2015, 09:51 PM - Forum: General - Replies (3)

Hi!

Superb emulator!
And my thanks for creating it Smile

Castlevania (Circle of the Moon) has never looked so crisp!
(If a tad bright!)

I'm running mGBA on Windows 10 x64, (I previously ran it on Win 8.1).
(It happened on 8.1 also, btw)

My question:

Is there a way to use the CTRL / ALT / SHIFT keys by themselves?
Whenever I remap the keys, it always treats those keys as a modifier key.

I have an Ultimarc keyboard encoder, set up under the original Hotrod / Mame key bindings.
(CTRL, ALT, Space, SHIFT, Z, X, C with player one start = 1)

I looked up the QT key values from here, http://doc.qt.io/qt-4.8/qt.html#Key-enum

and tried converting the hex values there to decimal, and manually entering them in the INI file!
Which doesn't work!

Or. Well. It does. It works fine,
but I get random program crashes every time I try to use the program for more than a few mins.
(Sometimes within a few seconds of starting gameplay)

If you want to reproduce it quickly, try playing Super Streetfighter.
It rarely lasts to the end of the first round.
(In both windowed and fullscreen)

My INI:
[input.QT_K]
keyL=16777249
keyR=16777251
keyStart=49
keyDown=50
keyLeft=52
keyB=16777248
keyUp=56
keyA=90
keyRight=54
keySelect=67

So, I'm using
L= CTRL
R= ALT
B=SHIFT
A=Z

I tried just using SHIFT, X, Z and Space, and that works too, but, while crashes are less frequent, they still happen within the first minute of execution.

Any ideas?

Print this item

  Config file?
Posted by: cycyx - 12-05-2015, 12:02 AM - Forum: General - Replies (2)

Hello there,

I'm using mgba-sdl on Arch Linux, and was wondering if you could provide a detailed configuration file, in order to allow us to change keyboard mapping for example.

Also, having a key to quit the emulator would be nice: launching mgba in fullscreen will lead to a painful experience when you want to quit...

Print this item


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

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