documents: formatting, indentation fixup

This commit is contained in:
xezrunner 2024-08-21 18:16:43 +02:00
parent d03de96b85
commit b6db769a20
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ This section will provide some preliminary steps to take and tips on what to do
- Pinpoint the area of the emulator where the crash occured\
If the stack trace ends with functions that are relevant to rendering, it is safe to assume that the issue is with **rendering**.\
Similarly, if a crash is in a library responsible for playing videos, your issue can be narrowed down to the scope of video playback in the emulator.\
Similarly, if a crash is in a library responsible for playing videos, your issue can be narrowed down to the scope of video playback in the emulator.
- **⚠ Some crashes are intentional**
- If you identify **Access violations for writing operations** where the function is (or in cases of game libraries, _looks like_ it is) copying memory,