EmuCR Feeds
Email Us

EmuCR VisualBoyAdvanceVisualBoyAdvance-M v2.1.5 is released. VisualBoyAdvance-M(VBA-M) is a [Super] Game Boy [Color / Advance] emulator for Windows, Linux & Mac. Here you can get information about the latest development build of the Windows version and download it while you're at it.

VisualBoyAdvance-M v2.1.5 changelog:
ea2a929 - Backport 800d6ed69b from wx to fix Wayland EGL pos [rkitover]
c40a141 - Write vsync toggle msg to debug log not OSD [rkitover]
5d2dd01 - Call Layout() after DrawingPanel OnSize event [rkitover]
da686a4 - Reinit panel on vsync toggle. [rkitover]
ec27885 - Support EGL VSync on Wayland. [rkitover]
c27d384 - Enable GL on Wayland for wx 3.2+, no vsync. [rkitover]
c249115 - build: set -mtune=generic [rkitover]
297d7c0 - [hidpi] Use wxWidgets 3.2 on Windows [steelskin]
0d86432 - [hidpi] Implement full HiDPI support [steelskin]
69d24fb - [build][msvc] Fix debug information and set hidpi support [steelskin]
90fc3e1 - Default CTRL+I to change interframe blender [rkitover]
a57d81e - Show name of interframe blender not num in OSD [rkitover]
13c558a - Disable wireless link type [rkitover]
639003a - Show pixel filter name not number on cycle [rkitover]
236cffb - Make another adjustment to glXQueryExtensions [rkitover]
643ec0f - Pass DefaultScreen(display) to glXQueryExtensions [rkitover]
60d7ead - Fix menu state after playing a movie [laqieer]
d2fee77 - Add VBA Movie Version 2 [laqieer]
3f2d3c1 - Remove manual joystick polling [steelskin]
7726d26 - Enable full optimizations and fix x86 builds [danialhorton]
7322344 - MSVC opt /fp:fast /Oi, intrinsic sqrt() w/ XBRZ. [rkitover]
972f151 - Enable GB colorization hack support in GUI. [danialhorton]
1741fa3 - Fix autosaveloadcheat and rename pref [danialhorton]
a31a7a3 - in Wx, the Option is Enable MMX, make the variable also enableMMX and set its default to on. [danialhorton]
983ea45 - Flash : Erased memory is FFh-filled [negativeExponent]
18e387d - Fix Flash chip's erase operation: erased memory is FFh-filled, not zero-filled. [laqieer]
c05056a - HuC3: Update [negativeExponent]
9308499 - HuC3: Refactoring to avoid breaking savestates [negativeExponent]
05a046e - HuC3: Enable battery save, update RTC support [negativeExponent]
70477dc - GBA:Fix serial emulation if compiled with NO_LINK [negativeExponent]
15bcad1 - GB:Fix serial emulation when compiled with NO_LINK [negativeExponent]
025f307 - GBA:Fix a few memory read/write issues [negativeExponent]
210e79b - Add descriptions for the 'Interframe Blending' and 'LCD Color Filter' options [jrb22x]
8a3456f - Default to not change battery on state load. [rkitover]
b50ff85 - add a missing break in half word reads [danialhorton]
064fa7b - Fix SDL audio delay [Clownacy]
7db3c81 - Fixed SDL audio using the wrong audio specification [Clownacy]
cb0933b - Stop changing plane ptrs in rec. audio frames. [rkitover]
8063468 - Force a panel update when configuring bilinear. [briansrls]
6a71428 - Differentiate between SDL joy index/instance_id. [rkitover]
11693d8 - Clean up GB MBC30 check. [rkitover]
020daad - Fix joy accels when emulation is paused. [rkitover]
def5d3e - Stop timer when game is loaded again. [rkitover]
e0816b0 - Fix weird input/buttons memory leak. [edenisfa]
7031c1d - [LINUX,WINDOWS] Key/Joy background input. [edenisfa]
84f3e8c - Allow joystick background input. [edenisfa]
4074158 - Add GUI cmd line option for config file. (#724) [Steelskin]
c169420 - Turbo/throttle config and DirectSound fixes. [rkitover]
378c949 - Fix joystick config when game is loaded. [rkitover]
95213a6 - GB: Only use mapperLastTime to see if RTC data was loaded [negativeExponent]
86fcffe - GB: Add support for 4MB MBC30 [negativeExponent]
2f9933a - GBA BIOS: ArcTan/ArcTan2 fixes for HLE bios [negativeExponent]
d9732f6 - Fix clock cycle count for MUL, MLA instructions... (libretro/vba-next@b91f39c) - backport Fix clock cycle count for some arm/thumb instructions (libretro/vba-next@5243b2d) - backport Fix base cycle count for MUL, MLA series (libretro/vba-next@b91f39c) [negativeExponent]
c07d5b6 - Fix vram 16/32 bit unaligned reads(backport libretro/vba-next@7f18771) [negativeExponent]
18c2ea6 - Further fixing Multi Buffer formatting. [briansrls]
1e56930 - Addressing audio plugin crash [briansrls]
9c314a1 - Use proper string "wglGetExtensionsStringEXT". [edenisfa]
3ba0529 - Improve BIOS Math tests score from 425 to 625. [edenisfa]
6f2e320 - Improve clock cycle count for THUMB operations. [edenisfa]
9e537a8 - Improve cycle count for MUL, MLA. [edenisfa]
306f92f - Check game kbd input with wxGetKeyState() again. [rkitover]
6b257d5 - Avoid override of variable throttle for turbo. [edenisfa]
bd2483c - Allow changing connection type without restart. [edenisfa]
d379a07 - Decrease mouse sensitivity for menu hiding. [rkitover]
0c5ee99 - Fix PNG capture screen. [edenisfa]
1347026 - Turbo config refactor followup. [rkitover]
1bced47 - Codesign fix for mac. [rkitover]
07064c8 - [Windows,MacOS] Auto-updater refactoring. (#639) [denisfa]
09e8da4 - Joystick refactor pt. Deux: Support Joysticks. [rkitover]
504ca08 - Hide menubar + minor UI refactor. [rkitover]
2868c1b - Fix changing aspect ratio option. [rkitover]
045e95a - GB: Support 4MiB MBC30 ROM bank select. [rkitover]
0b14e9f - [WINDOWS] Add function to open unicode files. (#644) [denisfa]
8e3978b - Speedup/Turbo/Throttle fixes. [rkitover]
166cf44 - Disable menu LCD filter unless playing GB or GBA. [edenisfa]
0600106 - Init systemColorMaps after output module init. [edenisfa]
cd029ae - Fix video recording with frame skip enabled. [edenisfa]
008aecd - [LINUX] Fix display of RGB values on viewers. [edenisfa]
834d153 - Fix accel shortcuts when using some menu options. [edenisfa]
994726d - Do not pause while opening configuration windows. [edenisfa]
54335dc - [WINDOWS] Fix weird WX errors messages. [edenisfa]
7bac34e - Remove duplicate variable winFlashSize. [edenisfa]
8d62a79 - Change default options for GB. [edenisfa]
99b66e1 - Expose LCD filter for GBA and GB color saturation. [edenisfa]
c789020 - Fix Save button on OAM Viewer for GB and GBA. [edenisfa]
dcaa1b9 - Fix Save button on Tile Viewer for GB and GBA. [edenisfa]
d05e8fc - Make AGBPrint output to our Logging. [edenisfa]
abb8234 - Allow binding specific server IP. (#633) [rkitover]
6c64db0 - cmake: Windows codesigning refactor. [rkitover]
4f1a351 - Try to configure vsync for multiple options. [edenisfa]
ed8a9af - Use proper functions and checks for OpenGL VSYNC. [edenisfa]
6092082 - Fix Save Failed error for Super Monkey Ball Jr. [54053706+negativeExponent]
f1099a2 - Check return value of soundInit(). [rkitover]
410ede5 - Check for null pointer in soundReset(). [alexjnewt]
9d1d707 - Limit ROM size to 32 MiB. [negativeExponent]
fd319d2 - GB: Check header for a valid ROM file. [negativeExponent]
513af13 - Replace libpng code for stb_image one. [edenisfa]
8f48c1f - Fix weird wxWidgets>=3.0 error message. [edenisfa]
2f06538 - Enable XAudio2 for Windows vcpkg build. [rkitover]
a320377 - Fix: a issue with loading e-Reader dot code (#608) [sony.pcv.s520]
8361429 - Turn on winsparkle update checking support. [rkitover]
4aab08c - Set link timeout default to 500ms, fix prev. dflt. [rkitover]
136c094 - Add option to set link network port. [rkitover]
f69febf - Add .wav support for sound recording. [edenisfa]
6a8a9e6 - Fix integer overflow in cheatsImportGSACodeFile length check. [zack.ref]
b50d484 - GBA: Fix crash when new size is larger than rom size after soft-patching [negativeExponent]
9e1a63a - support for patches in BPS format [ArtiiP]
72d0725 - Allow game window to resize on-the-fly when enabling/disabling borders [negativeExponent]
225e4dc - Remove top border black line when using filters. [edenisfa]
0535d5c - Optimize CRC32. [mudlord]
4bc9bb8 - Implement joystick rumble. #522 [rkitover]
384f448 - Fix key accel overriding menus and dialogs. [edenisfa]
af0de1c - xbrz: fix inline asm check [rkitover]

Download:VisualBoyAdvance-M v2.1.5 x86
Download: VisualBoyAdvance-M v2.1.5 x64
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!