Skip to content
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

Renaming of generic variables, simpler variable declarations, and removal of legacy 16-bit code #291

Merged
merged 8 commits into from
Oct 9, 2022

Conversation

FluffyQuack
Copy link
Contributor

  • Renamed various var_# variables to better describe their purpose.
  • Moved a lot of variable declarations to where they're first used to improve readability (and might slightly improve optimization during compilation as a lot of variables got reduced scope).
  • Removed the "vsync" argument for set_pal() (and related functions) as it wasn't used.
  • Removed references to __pascal, near, and far as they're obsolete when compiling for 32-bit or 64-bit.

@NagyD NagyD merged commit ca17858 into NagyD:master Oct 9, 2022
NagyD added a commit that referenced this pull request Oct 9, 2022
@NagyD
Copy link
Owner

NagyD commented Oct 9, 2022

Thank you!

I did some more cleanups: 3e3bd7e, d605517.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants