documents: formatting, indentation fixup
This commit is contained in:
parent
d03de96b85
commit
b6db769a20
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue