sonic2kk / steamtinkerlaunch

Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs
GNU General Public License v3.0
2.05k stars 70 forks source link

x64dbg: Flatten dlX64Dbg function #1034

Closed sonic2kk closed 5 months ago

sonic2kk commented 5 months ago

When working on #1031, #1032, #1033, this function happened to catch my eye as another that could use a refactor. There's going to be a lot of these around the codebase, I'll tackle them as I spot them. These PRs can also serve as reference for others that spot these changes.

Refactors like this are good to do every once in a while :-)

sonic2kk commented 5 months ago

Verified that the behaviour is the same on master and this branch using a hardcoded debug call to dlX64Dbg. ShellCheck is also green on this.

Just needs a version bump and we can merge.