Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2025-09-19 03:59:55 +00:00
parent 0eff3fe558
commit 4376e10ed4

View File

@@ -690,8 +690,10 @@ extern "C" {
*
* The variable can be set to the following values:
*
* - "1": Enable fast parameter error checking, e.g. quick NULL checks, etc. (default)
* - "2": Enable full parameter error checking, e.g. validating objects are the correct type, etc.
* - "1": Enable fast parameter error checking, e.g. quick NULL checks, etc.
* (default)
* - "2": Enable full parameter error checking, e.g. validating objects are
* the correct type, etc.
*
* This hint can be set anytime.
*