疾风之狼 发表于 2022-12-16 16:22:04

[GB\GBC\GBA模拟器]VisualBoyAdvance-M 2.1.5 releases

## - 2022-12-15
ea2a929f - Backport 800d6ed69b from wx to fix Wayland EGL pos
c40a1417 - Write vsync toggle msg to debug log not OSD
5d2dd01e - Call Layout() after DrawingPanel OnSize event
da686a48 - Reinit panel on vsync toggle.
ec27885c - Support EGL VSync on Wayland.
c27d384a - Enable GL on Wayland for wx 3.2+, no vsync.
c249115b - build: set -mtune=generic
297d7c06 - Use wxWidgets 3.2 on Windows
0d86432a - Implement full HiDPI support
69d24fb5 - Fix debug information and set hidpi support
90fc3e12 - Default CTRL+I to change interframe blender
a57d81e1 - Show name of interframe blender not num in OSD
13c558ac - Disable wireless link type
639003a8 - Show pixel filter name not number on cycle
236cffb4 - Make another adjustment to glXQueryExtensions
643ec0f7 - Pass DefaultScreen(display) to glXQueryExtensions
60d7ead5 - Fix menu state after playing a movie
d2fee771 - Add VBA Movie Version 2
3f2d3c13 - Remove manual joystick polling
7726d26f - Enable full optimizations and fix x86 builds
73223445 - MSVC opt /fp:fast /Oi, intrinsic sqrt() w/ XBRZ.
972f1513 - Enable GB colorization hack support in GUI.
1741fa32 - Fix autosaveloadcheat and rename pref
a31a7a30 - in Wx, the Option is Enable MMX, make the variable also enableMMX and set its default to on.
983ea451 - Flash : Erased memory is FFh-filled
18e387d1 - Fix Flash chip's erase operation: erased memory is FFh-filled, not zero-filled.
c05056ab - HuC3: Update
93084990 - HuC3: Refactoring to avoid breaking savestates
05a046e7 - HuC3: Enable battery save, update RTC support
70477dcd - GBA:Fix serial emulation if compiled with NO_LINK
15bcad13 - GB:Fix serial emulation when compiled with NO_LINK
025f3079 - GBA:Fix a few memory read/write issues
210e79bb - Add descriptions for the 'Interframe Blending' and 'LCD Color Filter' options
8a3456f8 - Default to not change battery on state load.
b50ff858 - add a missing break in half word reads
064fa7b0 - Fix SDL audio delay
7db3c817 - Fixed SDL audio using the wrong audio specification
cb0933bf - Stop changing plane ptrs in rec. audio frames.
80634683 - Force a panel update when configuring bilinear.
6a714281 - Differentiate between SDL joy index/instance_id.
11693d83 - Clean up GB MBC30 check.
020daad8 - Fix joy accels when emulation is paused.
def5d3e4 - Stop timer when game is loaded again.
e0816b0e - Fix weird input/buttons memory leak.
7031c1d1 - Key/Joy background input.
84f3e8ce - Allow joystick background input.
40741580 - Add GUI cmd line option for config file. (#724)
c169420f - Turbo/throttle config and DirectSound fixes.
378c9493 - Fix joystick config when game is loaded.
95213a6d - GB: Only use mapperLastTime to see if RTC data was loaded
86fcffef - GB: Add support for 4MB MBC30
2f9933ae - GBA BIOS: ArcTan/ArcTan2 fixes for HLE bios
d9732f68 - Fix clock cycle count for MUL, MLA instructions... (https://github.com/libretro/vba-next/commit/b91f39c787cc99ace97546cb94985f3b658c8b57) - backport Fix clock cycle count for some arm/thumb instructions (https://github.com/libretro/vba-next/commit/5243b2d8064dd2145888ced7cbfe127594ecf6db) - backport Fix base cycle count for MUL, MLA series (https://github.com/libretro/vba-next/commit/b91f39c787cc99ace97546cb94985f3b658c8b57)
c07d5b65 - Fix vram 16/32 bit unaligned reads(backport https://github.com/libretro/vba-next/commit/7f18771165dd4a6d71a598c51d91668920572eaa)
18c2ea61 - Further fixing Multi Buffer formatting.
1e569300 - Addressing audio plugin crash
9c314a15 - Use proper string "wglGetExtensionsStringEXT".
3ba05295 - Improve BIOS Math tests score from 425 to 625.
6f2e320d - Improve clock cycle count for THUMB operations.
9e537a8f - Improve cycle count for MUL, MLA.
306f92f5 - Check game kbd input with wxGetKeyState() again.
6b257d52 - Avoid override of variable throttle for turbo.
bd2483ca - Allow changing connection type without restart.
d379a076 - Decrease mouse sensitivity for menu hiding.
0c5ee994 - Fix PNG capture screen.
1347026d - Turbo config refactor followup.
1bced474 - Codesign fix for mac.
07064c87 - Auto-updater refactoring. (#639)
09e8da43 - Joystick refactor pt. Deux: Support Joysticks.
504ca08b - Hide menubar + minor UI refactor.
2868c1b7 - Fix changing aspect ratio option.
045e95ab - GB: Support 4MiB MBC30 ROM bank select.
0b14e9f8 - Add function to open unicode files. (#644)
8e3978b3 - Speedup/Turbo/Throttle fixes.
166cf446 - Disable menu LCD filter unless playing GB or GBA.
06001069 - Init systemColorMaps after output module init.
cd029ae6 - Fix video recording with frame skip enabled.
008aecde - Fix display of RGB values on viewers.
834d1537 - Fix accel shortcuts when using some menu options.
994726dd - Do not pause while opening configuration windows.
54335dc6 - Fix weird WX errors messages.
7bac34ed - Remove duplicate variable winFlashSize.
8d62a790 - Change default options for GB.
99b66e13 - Expose LCD filter for GBA and GB color saturation.
c789020e - Fix Save button on OAM Viewer for GB and GBA.
dcaa1b9a - Fix Save button on Tile Viewer for GB and GBA.
d05e8fc1 - Make AGBPrint output to our Logging.
abb82341 - Allow binding specific server IP. (#633)
6c64db07 - cmake: Windows codesigning refactor.
4f1a351d - Try to configure vsync for multiple options.
ed8a9af2 - Use proper functions and checks for OpenGL VSYNC.
6092082e - Fix Save Failed error for Super Monkey Ball Jr.
f1099a21 - Check return value of soundInit().
410ede54 - Check for null pointer in soundReset().
9d1d707c - Limit ROM size to 32 MiB.
fd319d21 - GB: Check header for a valid ROM file.
513af13d - Replace libpng code for stb_image one.
8f48c1f0 - Fix weird wxWidgets>=3.0 error message.
2f065382 - Enable XAudio2 for Windows vcpkg build.
a3203770 - Fix: a issue with loading e-Reader dot code (#608)
83614290 - Turn on winsparkle update checking support.
4aab08c4 - Set link timeout default to 500ms, fix prev. dflt.
136c094f - Add option to set link network port.
f69febfd - Add .wav support for sound recording.
6a8a9e62 - Fix integer overflow in cheatsImportGSACodeFile length check.
b50d4845 - GBA: Fix crash when new size is larger than rom size after soft-patching
9e1a63af - support for patches in BPS format
72d0725b - Allow game window to resize on-the-fly when enabling/disabling borders
225e4dc9 - Remove top border black line when using filters.
0535d5c7 - Optimize CRC32.
4bc9bb84 - Implement joystick rumble. #522
384f4487 - Fix key accel overriding menus and dialogs.
af0de1c4 - xbrz: fix inline asm check

https://vba-m.com/
https://github.com/visualboyadvance-m/visualboyadvance-m/releases
页: [1]
查看完整版本: [GB\GBC\GBA模拟器]VisualBoyAdvance-M 2.1.5 releases