Removes anonymous lambda usage from common syscalls#4901
Open
Sonicadvance1 wants to merge 11 commits intoFEX-Emu:mainfrom
Open
Removes anonymous lambda usage from common syscalls#4901Sonicadvance1 wants to merge 11 commits intoFEX-Emu:mainfrom
Sonicadvance1 wants to merge 11 commits intoFEX-Emu:mainfrom
Conversation
Member
|
FTR this is pending discussion in #4899 (comment). |
d47a1a1 to
1112ce6
Compare
6d26b36 to
86b7889
Compare
86b7889 to
9904b87
Compare
9904b87 to
3996ec7
Compare
4e3d016 to
433b1ab
Compare
433b1ab to
6007504
Compare
6007504 to
08276e0
Compare
08276e0 to
b8e7fca
Compare
neobrain
requested changes
Feb 24, 2026
Member
neobrain
left a comment
There was a problem hiding this comment.
(highlighting pending discussions since our PR list is getting cluttered by stalled PRs)
b8e7fca to
e629484
Compare
e629484 to
b0880d0
Compare
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
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.
It be like #4899 and #4900 but this time for the common syscalls.
Passthrough is untouched because that needs some more jiggery-pokery with how the constexpr tables get laid out.
NFC.