mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
The setCursor selector is no longer used for the detection of the kSetCursor() kernel function semantics
svn-id: r49408
This commit is contained in:
parent
f1af6bad6d
commit
2ae4c5796b
@ -153,7 +153,6 @@ void Kernel::mapSelectors() {
|
||||
FIND_SELECTOR(subtitleLang);
|
||||
FIND_SELECTOR(parseLang);
|
||||
FIND_SELECTOR(overlay);
|
||||
FIND_SELECTOR(setCursor);
|
||||
FIND_SELECTOR(topString);
|
||||
FIND_SELECTOR(scaleSignal);
|
||||
FIND_SELECTOR(scaleX);
|
||||
|
@ -157,7 +157,6 @@ struct SelectorCache {
|
||||
|
||||
// Used for auto detection purposes
|
||||
Selector overlay; ///< Used to determine if a game is using old gfx functions or not
|
||||
Selector setCursor; ///< For cursor semantics autodetection
|
||||
|
||||
// SCI1.1 Mac icon bar selectors
|
||||
Selector iconIndex; ///< Used to index icon bar objects
|
||||
|
Loading…
x
Reference in New Issue
Block a user