mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Introduce 'drivers/apple_embedded' abstract platform for code reuse
This commit is contained in:
parent
34f005d810
commit
457299449d
84 changed files with 6107 additions and 5411 deletions
|
|
@ -48,7 +48,7 @@ def make_default_controller_mappings(target, source, env):
|
|||
"Windows": "WINDOWS",
|
||||
"Mac OS X": "MACOS",
|
||||
"Android": "ANDROID",
|
||||
"iOS": "IOS",
|
||||
"iOS": "APPLE_EMBEDDED",
|
||||
"Web": "WEB",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue