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

Improve oslLockImage and oslUnlockImage functions for clarity and readability #51

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

dogo
Copy link
Owner

@dogo dogo commented Sep 1, 2024

  • Enhanced comments to better describe the purpose and behavior of the functions.
  • Reformatted code for consistent alignment and readability.
  • Renamed variables to follow a more consistent naming convention (bTextureEnabled to textureEnabled, bBlendingEnabled to blendingEnabled).
  • Clarified platform-specific operations with proper separation between PSP and non-PSP code.

…dability

- Enhanced comments to better describe the purpose and behavior of the functions.
- Reformatted code for consistent alignment and readability.
- Renamed variables to follow a more consistent naming convention (`bTextureEnabled` to `textureEnabled`, `bBlendingEnabled` to `blendingEnabled`).
- Clarified platform-specific operations with proper separation between PSP and non-PSP code.
@dogo dogo changed the title Improve oslLockImage and oslUnlockImage functions for clarity and rea… Improve oslLockImage and oslUnlockImage functions for clarity and readability Sep 1, 2024
@dogo dogo merged commit 3c28821 into master Sep 1, 2024
6 checks passed
@dogo dogo deleted the feature/refactor-oslLockImage branch September 1, 2024 14:19
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.

1 participant