Custom Protocol

[Vita] Une nouvelle mise à jour pour mGBA

Le célèbre émulateur de jeux sur Game Boy Advance revient en force avec une nouvelle (et grande) mise à jour !

Vous devriez sûrement connaître le célèbre émulateur Gameboy Advance mGBA, disponible sur Linux, Windows, Wii, 3DS et PS Vita. Si ce n'est pas le cas, c'est désormais chose faite ! 😛 Sachez en tout cas qu'il y a une nouvelle mise à jour de disponible. Découvrez sans plus attendre le changelog juste en dessous !

Photo de l'émulateur mGBA en action (Metroid Fusion)

(Le Changelog étant immensej'ai pris seulement les ajouts utiles pour vous, mais vous pourrez y voir le changelog complet juste ici)

Changelog Complet (en Anglais)

Changes from 0.5.2

Features
  • Library view
  • Sprite viewer
  • Debugging console
  • Improved memory viewer
  • Memory search
  • Command line ability to override configuration values
  • Add option to allow preloading the entire ROM before running
  • Add option for whether rewinding restores save games
  • Savestates now contain any RTC override data
  • Add option to lock video to integer scaling
  • LR35902: Watchpoints
  • LR35902/GB-Z80 disassembler
  • GB: Tile viewer
  • GB: Video/audio channel enabling/disabling
  • GB: Symbol table support
  • GB MBC: Add MBC1 multicart support
  • GBA: Support printing debug strings from inside a game
  • GBA: Better cheat type autodetection
  • Implement keypad interrupts
  • Configuration of gamepad hats
  • Video log recording for testing and bug reporting
  • Debugger: Segment/bank support
  • Debugger: Execution tracing
  • Partial Python scripting support
  • Qt: German translation (by Lothar Serra Mari)
  • Qt: Spanish translation (by Kevin López)
  • Qt: Italian translation (by theheroGAC)
Bugfixes
  • ARM7: Fix MLA/MULL/MLAL timing
  • Core: Fix crash with rewind if savestates shrink
  • Core: Fix interrupting a thread while on the thread (fixes #692)
  • Core: Fix directory sets crashing on close if base isn’t properly detached
  • FFmpeg: Fix overflow and general issues with audio encoding
  • GB: Fix flickering when screen is strobed quickly
  • GB: Fix STAT blocking
  • GB MBC: Fix ROM bank overflows getting set to bank 0
  • GB MBC: Fix swapping carts not detect new MBC
  • GB Timer: Improve DIV reset behavior
  • GB Timer: Fix DIV batching if TAC changes
  • GB Video: Reset renderer when loading state
  • GBA: Fix multiboot ROM loading
  • GBA: Fix multiboot loading resulting in too small WRAM
  • GBA BIOS: Implement BitUnPack
  • GBA BIOS: Fix ArcTan sign in HLE BIOS
  • GBA BIOS: Fix ArcTan2 sign in HLE BIOS (fixes #689)
  • GBA BIOS: Fix INT_MIN/-1 crash
  • GBA Hardware: Fix crash if a savestate lies about game hardware
  • GBA I/O: Handle audio registers specially when deserializing
  • GBA Memory: Improve initial skipped BIOS state
  • GBA Savedata: Fix savedata unmasking (fixes #441)
  • GBA Savedata: Update and fix Sharkport importing (fixes #658)
  • GBA Video: Fix wrong palette on 256-color sprites in OBJWIN
  • GBA Video: Don’t update background scanline params in mode 0 (fixes #377)
  • Libretro: Fix saving in GB games (fixes #486)
  • LR35902: Fix core never exiting with certain event patterns
  • LR35902: Fix pc overflowing current region off-by-one
  • LR35902: Fix decoding LD r, $imm and 0-valued immediates (fixes #735)
  • OpenGL: Fix some shaders causing offset graphics
  • GB Timer: Fix sub-M-cycle DIV reset timing and edge triggering
  • Qt: Fix timing issues on high refresh rate monitors
  • Qt: Fix linking after some windows have been closed
  • Qt: Fix crash when changing audio settings after a game is closed
  • Qt: Ensure CLI backend is attached when submitting commands (fixes #662)
  • Qt: Disable “New multiplayer window” when MAX_GBAS is reached (fixes #107)
  • Qt: Fix game unpausing after frame advancing and refocusing
  • SDL: Fix game crash check
  • SDL: Fix race condition with audio thread when starting
  • SDL: Fix showing version number
  • Test: Fix crash when loading invalid file
  • Test: Fix crash when fuzzing fails to load a file
  • Test: Don’t rely on core for frames elapsed
  • Test: Fix crash when loading invalid file
  • Test: Fix crash when fuzzing fails to load a file
  • Tools: Fix recurring multiple times over the same library
  • Util: Fix overflow when loading invalid UPS patches
  • Util: Fix highest-fd socket not being returned by SocketAccept
  • Windows: Fix VDir.rewind
Miscellaneous
  • All: Add C++ header guards
  • All: Move time.h include to common.h
  • 3DS, PSP2, Wii: Last directory loaded is saved
  • CMake: Add ability to just print version string
  • Core: New, faster event timing subsystem
  • Core: Clean up some thread state checks
  • Core: Add generic checksum function
  • Core: Cores can now have multiple sets of callbacks
  • Core: Restore sleep callback
  • Core: Move rewind diffing to its own thread
  • Core: Ability to enumerate and modify video and audio channels
  • Core: List memory segments in the core
  • Core: Move savestate creation time to extdata
  • Core: Config values can now be hexadecimal
  • Core: Improved threading interrupted detection
  • Debugger: Modularize CLI debugger
  • Debugger: Make building with debugging aspects optional
  • Debugger: Add functions for read- or write-only watchpoints
  • Debugger: Make attaching a backend idempotent
  • Debugger: Add mDebuggerRunFrame convenience function
  • Feature: Move game database from flatfile to SQLite3
  • Feature: Support ImageMagick 7
  • Feature: Make -l option explicit
  • FFmpeg: Return false if a file fails to open
  • FFmpeg: Force MP4 files to YUV420P
  • GB: Trust ROM header for number of SRAM banks (fixes #726)
  • GB: Reset with initial state of DIV register
  • GB MBC: New MBC7 implementation
  • GB Audio: Simplify envelope code
  • GB Audio: Improve initial envelope samples
  • GB Audio: Start implementing “zombie” audio (fixes #389)
  • GB Video: Improved video timings
  • GBA: Ignore invalid opcodes used by the Wii U VC emulator
  • GBA, GB: ROM is now unloaded if a patch is applied
  • GBA DMA: Refactor DMA out of memory.c
  • GBA DMA: Move DMAs to using absolute timing
  • GBA I/O: Clear JOYSTAT RECV flag when reading JOY_RECV registers
  • GBA I/O: Set JOYSTAT TRANS flag when writing JOY_TRANS registers
  • GBA Memory: Support for Mo Jie Qi Bing by Vast Fame (taizou)
  • GBA Memory: Support reading/writing POSTFLG
  • GBA Memory: Remove unused prefetch cruft
  • GBA Timer: Improve accuracy of timers
  • GBA Video: Clean up unused timers
  • GBA Video: Allow multiple handles into the same tile cache
  • GBA Video, GB Video: Colors are now fully scaled
  • GBA Video: Optimize when BLD* registers are written frequently
  • OpenGL: Add xBR-lv2 shader
  • Qt: Move last directory setting from qt.ini to config.ini
  • Qt: Improved HiDPI support
  • Qt: Expose configuration directory
  • Qt: Merge “Save” and “OK” buttons in shader options
  • Qt: Automatically load controller profile when plugged in
  • Qt: Rename “Resample video” option to “Bilinear filtering”
  • Qt: Remove audio thread
  • Qt: Remove audio buffer sizing in AudioProcessorQt
  • Qt: Re-enable QtMultimedia on Windows
  • Qt: Make “Mute” able to be bound to a key
  • Qt: Add .gb/.gbc files to the extension list in Info.plist
  • Qt: Relax hard dependency on OpenGL
  • Qt: Better highlight active key in control binding
  • SDL: Remove scancode key input
  • SDL: Automatically map controllers when plugged in
  • Test: Add a basic test suite
  • Util: Add size counting to Table
  • Util: Add 8-bit PNG write support
  • Util: Tune patch-fast extent sizes
  • VFS: Call msync when syncing mapped data
  • VFS: Allow truncating memory chunk VFiles
  • VFS: Fix some minor VFile issues with FILEs
  • VFS: Optimize expanding in-memory files
  • VFS: Add VFileFIFO for operating on circle buffers

Changes from 0.6 beta 1

Features
  • Qt: Italian translation (by theheroGAC)
  • Qt: Updated German translation
Bugfixes
  • Core: Fix rewinding getting out of sync (fixes #791)
  • GB Audio: Fix incorrect channel 4 iteration
  • GB Audio: Fix zombie mode bit masking
  • GB Serialize: Fix timer serialization
  • GB Video: Fix LYC regression
  • GBA SIO: Improve SIO Normal dummy driver (fixes #520)
  • GBA Timer: Fix count-up timing overflowing timer 3
  • PSP2: Use custom localtime_r since newlib version is broken (fixes #560)
  • Qt: Fix memory search close button (fixes #769)
  • Qt: Fix window icon being stretched
  • Qt: Fix initial window size (fixes #766)
  • Qt: Fix data directory path
  • Qt: Fix controls not saving on non-SDL builds
  • Qt: Fix translation initialization (fixes #776)
  • Qt: Fix patch loading while a game is running
  • Qt: Fix shader selector on Ubuntu (fixes #767)
  • Qt: Fix GL-less build
  • Qt: Fix Software renderer not handling alpha bits properly
  • Qt: Fix screen background improperly stretching
  • SDL: Fix cheats not loading
Miscellaneous
  • GB Serialize: Add MBC state serialization
  • GBA Memory: Call crash callbacks regardless of if hard crash is enabled
  • GBA Timer: Improve accuracy of timers
  • PSP2: Update toolchain to use vita.cmake
  • Qt: Add language selector
  • Qt: Minor text fixes
  • Qt: Move shader settings into main settings window
  • Qt: Dismiss game crashing/failing dialogs when a new game loads
  • Qt: Properly ship Qt translations
  • SDL: Remove writing back obtained samples (fixes #768)

Changelog (version courte)

  • Ajout de fichiers de traduction pour les langues italiennes, espagnoles, germaniques (toujours pas le français snif) ;
  • Ajout de diverses options de debug ;
  • Sauvegarde du dernier dossier ouvert dans la mémoire, (si vous aviez ouvert un ROM dans le répertoire « ux0:/ROM/ROM_GBA », en rouvrant l'émulateur vous retomberez dans ce dossier) ;
  • Améliorations diverses de l'émulateur pour offrir une meilleure expérience en jeu ;
  • Ajout d'une vue de la bibliothèque.

Sympathique n'est-ce pas ? Vous souhaitez mettre à jour ? Eh bien téléchargez sans plus attendre le « .vpk » de l'émulateur juste en dessous :

Télécharger la nouvelle mise à jour 0.6 de mGBA

Une fois ceci fait, suivez ces étapes :

  • Transférez le fichier « .vpk » par FTP (via MolecularShell) ou par USB (via VitaShell donc) quelque part sur votre carte mémoire (la partition « ux0: ») ;
  • Transférez également la ou les ROM (copies de jeu Game Boy Advance) sur votre carte mémoire à un endroit précis (par exemple « ux0:/ROM ») ;
  • Installez ensuite le homebrew (voir partie 2 de ce tutoriel si vous ne savez pas comment faire) ;
  • Votre émulateur tout frais vous attend sur votre LiveArea, bon jeu !

Voilà, vous avez maintenant la dernière version de mGBA, sur ce je vous dis bon hack et, surtout, bon jeu ! ;)

5 commentaires


Laisser un commentaire

           

  • Alors j'ai trouvé une petite astuce pour transférer vos roms vers la mémoire interne de la psvita UR0 de la console, et ainsi gagner de la place sur vos cartes mémoires. En effet initialement seulement la partition UX0 (carte mémoire) est accessible depuis mGBA. :|

    Dans VitaSHELL : Ouvrez le fichier ux0:data/mGBA/config.ini
    Ligne 17 appuyer sur X pour modifier et mettez ceci : "lastDirectory=ur0:/GBA ROMS/" (ou autre chose, mais surtout commencer par ur0:/ )
    appuyer rond et valider la modification.

    Reste plus qu'a copier vos roms par FTP par exemple.
    En espérant que ca fera le bonheur de quelqu'un :yello:

  • un très grand merci à toi d'avoir partagé ton astuce , je pense que ça va utile pour mal de mon monde :applause:

  • Depuis que on aura les sd2vita sa sera pas la place qui manque. Mais c'est quand même une bonne astuces pour ceux qui ont 1G

  • je n'arrive pas à installer MGBA sur ma vita 3.68 en henkaku et via vitashell
    Je lance le vpk et cela ouvre des ligne de code incompréhensibles.
    Je sais que je suis un noob mais la cela me saoul.

  • salut

    tu as bien pris la bonne version.

    je te la met; LIEN

    peut tu nous préciser le code erreur que tu as s'il te plais ?

Covid-19 bannière

Sujets récents du forum

Aucun sujet récent

Catégories

Archives

Covid-19 bannière
Bannière Hypsoma
Covid-19 bannière

Catégories

Archives