-
-
Notifications
You must be signed in to change notification settings - Fork 928
avm1: Improve property declarations of Sound #22107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e821e3e to
dbaeb07
Compare
moulins
approved these changes
Nov 1, 2025
Toad06
reviewed
Nov 1, 2025
dbaeb07 to
d8ba9ed
Compare
This patch orders them properly, adds missing methods, and adds a TODO for properties that probably shouldn't be properties.
d8ba9ed to
4cc8b96
Compare
Hancock33
added a commit
to Hancock33/batocera.piboy
that referenced
this pull request
Nov 2, 2025
------------------------------------------------------------------------------------------ duckstation.mk 5ca35363d4de275b7e7a39bbaca427af9b122a5a # Version: Commits on Nov 02, 2025 ------------------------------------------------------------------------------------------ CPU/Recompiler: Set up frame pointer on Windows ARM64 Required by the ABI. Not tested yet., ----------------------------------------------------------------------------------- eden.mk 8ae797409205be4ab8ccc9a87283b77ba01cfb9c # Version: Commits on Nov 02, 2025 ----------------------------------------------------------------------------------- [ssl] fix bundled OpenSSL ca cert issue (#2932) ------------------------------------------------- vice.mk r45810 # Version: Commits on Nov 01, 2025 ------------------------------------------------- better/generic fix for #2161 git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45810 379a1393-f5fb-40a0-bcee-ef074d9b53f7, ------------------------------------------------------------------------------------------- xenia-native.mk b800011265bf47ea6b3f4f2b234d25249823a9be # Version: Commits on Oct 31, 2025 ------------------------------------------------------------------------------------------- [NET] Cleanup WSAStartup, setoption and ioctlsocket, --------------------------------------------------------------- ruffle.mk nightly-2025-11-02 # Version: Commits on Nov 02, 2025 --------------------------------------------------------------- ## What's Changed * chore: Mark from_gnash/misc-ming.all/getTimer_test as flaky by @kjarosh in ruffle-rs/ruffle#22111 * avm1: Improve property declarations of Sound by @kjarosh in ruffle-rs/ruffle#22107 * avm1: Fix crashes when calling FileReference.browse by @kjarosh in ruffle-rs/ruffle#22108 * avm1: Introduce ParametersExt, use it for Array, AsBroadcaster, ASNative by @Dinnerbone in ruffle-rs/ruffle#22106 * tests: Add basic support for multi-configuration `test.toml`s by @moulins in ruffle-rs/ruffle#22093 **Full Changelog**: ruffle-rs/ruffle@nightly-2025-11-01...nightly-2025-11-02, --------------------------------------------------------------------------------------- thextech.mk d723e3ac8d0d614e44629c9a6a59b4d1b6fe0e01 # Version: Commits on Nov 02, 2025 --------------------------------------------------------------------------------------- power_sdl.cpp: Changed cooldown interval with one second, ---------------------------------------------------------------------------------------- retroarch.mk 68c5d3c10905f9233e9fe6dc6c88f5ecdce5cd0b # Version: Commits on Nov 02, 2025 ---------------------------------------------------------------------------------------- Fetch translations from Crowdin, ---------------------------------------------------------------------------------------- doomretro.mk 22f4c04da59208a7dff78fe2794a146ef7f57f93 # Version: Commits on Nov 02, 2025 ---------------------------------------------------------------------------------------- Even more minor tweaks, ---------------------------------------------------------------------------------------- sonic2013.mk f5f1e87e2b19acc915a5e86c6057a3f5b8f7793d # Version: Commits on Nov 01, 2025 ---------------------------------------------------------------------------------------- Wing Fortress Time Attack Fix, -------------------------------------------------------------------------------------- soniccd.mk 6ecf9590d1610a79f09c047d3d3789a1ffac2eea # Version: Commits on Nov 01, 2025 -------------------------------------------------------------------------------------- Add custom Callbacks for window settings (#260) Adds the following callbacks: - GetWindowInfo : sets the current value of various window settings to variables of the same Engine.SettingName (e.g. custom var Engine.WindowScale gets the current value of WindowScale) - SetWindowChanges : sets the current window settings to the values found in its equivalent Engine.SettingName (e.g. ScreenWidth values gets set to that of Engine.ScreenWidth) - OpenModMenu : works like v4's, ----------------------------------------------------------------------------------- tr1x.mk 3ad66b6c4a9cf5698279a640f157d7fc2b5e9dcc # Version: Commits on Nov 01, 2025 ----------------------------------------------------------------------------------- lara/mesh: react to braid toggle in-game This allows Lara's original meshes in TR1 to be toggled when the braid is toggled without having to reload the level. Resolves #2399., ----------------------------------------------------------------------------------- tr2x.mk 3ad66b6c4a9cf5698279a640f157d7fc2b5e9dcc # Version: Commits on Nov 01, 2025 ----------------------------------------------------------------------------------- lara/mesh: react to braid toggle in-game This allows Lara's original meshes in TR1 to be toggled when the braid is toggled without having to reload the level. Resolves #2399., -------------------------------------------------------------------------------------------------- libretro-gearcoleco.mk 4d00d30c8a0bea5d0bff0e4c7ba7a7a8d9dc51e5 # Version: Commits on Nov 01, 2025 -------------------------------------------------------------------------------------------------- Fix Windows build, -------------------------------------------------------------------------------------------------- libretro-gearsystem.mk 90220ea5c815fa745d67239de7eccd7830865bef # Version: Commits on Nov 01, 2025 -------------------------------------------------------------------------------------------------- Silence YM2413 warnings, --------------------------------------------------------------------------------------------- libretro-vba-m.mk 7d7a005a859271e749d52a13aa3da96219298ea3 # Version: Commits on Nov 02, 2025 --------------------------------------------------------------------------------------------- Enable XAudio2 audio driver for Windows XP builds Re-enable the XAudio2 driver for Windows XP builds, it works fine with the June 2020 DirectX runtime. Signed-off-by: Rafael Kitover <rkitover@gmail.com>, -------------------------------------------------------------------------------------------- slang-shaders.mk cbc1c9fa5aec1fc4df8c1e0a3beb9d17cb0b203d # Version: Commits on Nov 02, 2025 -------------------------------------------------------------------------------------------- add slot mask (#778),
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This patch orders them properly, adds missing methods, and adds a TODO for properties that probably shouldn't be properties.