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

Make AREngine::RunCheat public #1872

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

JesseTG
Copy link
Contributor

@JesseTG JesseTG commented Nov 8, 2023

  • I use it directly in melonDS DS to apply single cheats without using ARCodeFile
  • Before the AREngine refactor I could just redeclare the function in my code
  • Now I can't

- I use it directly in melonDS DS to apply single cheats without using ARCodeFile
- Before the AREngine refactor I could just redeclare the function in my code
- Now I can't
@Arisotura Arisotura merged commit 3d3e424 into melonDS-emu:master Nov 8, 2023
4 of 5 checks passed
@JesseTG JesseTG deleted the jtg/expose-run-cheat branch November 9, 2023 11:52
Arisotura pushed a commit that referenced this pull request Nov 9, 2023
* Move NDSCart-related global state into objects

- RAII will now do the heavy lifting
- Mark some methods as const or noexcept

* Move GBACart-related global state into objects (#1870)

- RAII will now do the heavy lifting
- Mark some methods as const or noexcept
- Once the `NDS` object is finalized, most of these `assert`s can go away

* Make AREngine::RunCheat public (#1872)

- I use it directly in melonDS DS to apply single cheats without using ARCodeFile
- Before the AREngine refactor I could just redeclare the function in my code
- Now I can't
kvnp pushed a commit to kvnp/melonDS that referenced this pull request Dec 25, 2023
- I use it directly in melonDS DS to apply single cheats without using ARCodeFile
- Before the AREngine refactor I could just redeclare the function in my code
- Now I can't
kvnp pushed a commit to kvnp/melonDS that referenced this pull request Dec 25, 2023
* Move NDSCart-related global state into objects

- RAII will now do the heavy lifting
- Mark some methods as const or noexcept

* Move GBACart-related global state into objects (melonDS-emu#1870)

- RAII will now do the heavy lifting
- Mark some methods as const or noexcept
- Once the `NDS` object is finalized, most of these `assert`s can go away

* Make AREngine::RunCheat public (melonDS-emu#1872)

- I use it directly in melonDS DS to apply single cheats without using ARCodeFile
- Before the AREngine refactor I could just redeclare the function in my code
- Now I can't
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