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

Fix Pair List #33

Merged
merged 5 commits into from
Apr 28, 2024
Merged

Fix Pair List #33

merged 5 commits into from
Apr 28, 2024

Conversation

zoeyjodon
Copy link
Owner

Issues Addressed

Changelog

  • Fixes pair list read/write functions that would cause occasional app crashes.
  • Changes UI files from C to C++ to simplify string parsing.
  • Adds exception handling to the top level logic.
  • Adds extern C wrappers for calling C functions in C++ files

…andling.

Move main logic under a try-catch block for error reporting.
Fix pair record address parsing.
Add #pragma once and extern c guards to header files
Trim strings from keyboard prompts
Replace c strings with std::string
Fix build warnings
@zoeyjodon zoeyjodon merged commit 2d0f768 into n3ds-main Apr 28, 2024
2 checks passed
@zoeyjodon zoeyjodon deleted the zjodon/fix-pair-list branch April 28, 2024 16:04
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