X Tutup
Skip to content

SWORD25: Add internal debugger launch flag#6468

Merged
bluegr merged 3 commits intoscummvm:masterfrom
rinevard:sword25-internal-debugger
Mar 6, 2025
Merged

SWORD25: Add internal debugger launch flag#6468
bluegr merged 3 commits intoscummvm:masterfrom
rinevard:sword25-internal-debugger

Conversation

@rinevard
Copy link
Contributor

@rinevard rinevard commented Mar 6, 2025

Run ScummVM with ./scummvm --debugflags=internaldebugger sword25 to enable the internal debugger.

image

Run ScummVM with `./scummvm --debugflags=internaldebugger sword25` to enable the internal debugger.
- Replace `fileName.matchString()` with `fileName.equals()`

- Simplify string declaration
Use `strstr` to search the buffer to make the code simpler.
@bluegr
Copy link
Member

bluegr commented Mar 6, 2025

Thanks! Squashing

@bluegr bluegr merged commit 0300523 into scummvm:master Mar 6, 2025
8 checks passed
@bluegr bluegr added the GSoC Part of a Google Summer of Code project label Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GSoC Part of a Google Summer of Code project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup