├── GopRotate ├── ComponentName.c ├── GopRotate.c ├── GopRotate.h ├── GopRotate.inf └── GopRotateBlt.c ├── GopRotatePkg.dec ├── Include └── Protocol │ └── GopRotate.h ├── Library └── GopRotateShellCommandLib │ ├── ChangeScreenRotatation.c │ ├── GopRotateShellCommandLib.c │ ├── GopRotateShellCommandLib.h │ ├── GopRotateShellCommandLib.inf │ └── GopRotateShellCommandLib.uni ├── README.md └── license.md /GopRotate/ComponentName.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/GopRotate/ComponentName.c -------------------------------------------------------------------------------- /GopRotate/GopRotate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/GopRotate/GopRotate.c -------------------------------------------------------------------------------- /GopRotate/GopRotate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/GopRotate/GopRotate.h -------------------------------------------------------------------------------- /GopRotate/GopRotate.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/GopRotate/GopRotate.inf -------------------------------------------------------------------------------- /GopRotate/GopRotateBlt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/GopRotate/GopRotateBlt.c -------------------------------------------------------------------------------- /GopRotatePkg.dec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/GopRotatePkg.dec -------------------------------------------------------------------------------- /Include/Protocol/GopRotate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/Include/Protocol/GopRotate.h -------------------------------------------------------------------------------- /Library/GopRotateShellCommandLib/ChangeScreenRotatation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/Library/GopRotateShellCommandLib/ChangeScreenRotatation.c -------------------------------------------------------------------------------- /Library/GopRotateShellCommandLib/GopRotateShellCommandLib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/Library/GopRotateShellCommandLib/GopRotateShellCommandLib.c -------------------------------------------------------------------------------- /Library/GopRotateShellCommandLib/GopRotateShellCommandLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/Library/GopRotateShellCommandLib/GopRotateShellCommandLib.h -------------------------------------------------------------------------------- /Library/GopRotateShellCommandLib/GopRotateShellCommandLib.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/Library/GopRotateShellCommandLib/GopRotateShellCommandLib.inf -------------------------------------------------------------------------------- /Library/GopRotateShellCommandLib/GopRotateShellCommandLib.uni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/Library/GopRotateShellCommandLib/GopRotateShellCommandLib.uni -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/README.md -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop2/GopRotate/HEAD/license.md --------------------------------------------------------------------------------