Name | Filename | MD5 hash | Version | Source |
---|---|---|---|---|
Segoe MDL2 Assets | SegMDL2.ttf |
d9b1005ee287d04bd367cd19ec91868e |
1.60i | Windows |
Segoe Xbox MDL2 Assets | segxbox2.ttf |
f47fdc32ce9b2e19a0faa16eeec4718f |
1.28 | Xbox Accessories App |
Xbox Touch Controls | XboxTouchControls.ttf |
8addf8974337a5f333bada1f4809b493 |
1.008 | Xbox Cloud App |
NintendoExt003 | nintendo_ext_003.ttf |
9da1df5893c215405d30a331738567a4 |
1.35 | SwitchOS |
PSExChar | psexchar.otf |
f09649e3edf5f8380c9f89e5873d3db0 |
1.000 | VitaOS |
PSCCIS+SIE | `PSCCIS+SIE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; Windows registry changes for analogue triggers on Google Stadia controller via 20excalibur07 | |
; Alternative to gist.github.com/offalynne/8fd527e7a567bddb6f6801ebbbaf3ba4 | |
; https://www.reddit.com/r/Stadia/comments/edqrd1/comment/k8oh89y/ | |
[-HKEY_CURRENT_USER\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_18D1&PID_9400] | |
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_18D1&PID_9400] | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_18D1&PID_9400\Axes] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var _ios_on_macos = false; | |
if (os_type == os_ios) | |
{ | |
var _map = os_get_info(); | |
if (_map != undefined) | |
{ | |
_ios_on_macos = (string_pos("mac", string_lower(string(_map[? "hwModel"]))) > 0); | |
ds_map_destroy(_map) | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; Windows registry changes for analogue triggers on Google Stadia controller via SergejKiller. Also, remaps right stick axes | |
; Alternative to gist.github.com/offalynne/667894eafe61e54496748a61f8f598c1 | |
; https://www.reddit.com/r/Stadia/comments/edqrd1/comment/hiaw1vi/ | |
[-HKEY_CURRENT_USER\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_18D1&PID_9400] | |
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_18D1&PID_9400] | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_18D1&PID_9400\Axes] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# GMS2 Gamepad DB Composer, @offalynne, 2021 | |
# processes the SDL2 Community Gamepad Mapping DB for GMS2 compatibility | |
# run script and place the resulting gamecontrollerdb.txt in datafiles | |
import re | |
import os | |
import sys | |
import urllib.request |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ | |
CC.setBlendShift(!1); | |
CC.setZoom(!1); | |
function q(e) { return document.querySelector(e).style }; | |
if (q("#d_options").display != "none") | |
CC.toggleOptions(); |