SDL_HINT_VITA_MODULE_PATH

A variable controlling the module path on the PlayStation Vita.

This hint defaults to "app0:module"

This hint should be set before SDL is initialized.

extern (C) nothrow @nogc
enum SDL_HINT_VITA_MODULE_PATH = "SDL_VITA_MODULE_PATH";

Meta