citra-qt-installer/scripts/osx-canary.qs

15 lines
382 B
Text
Raw Normal View History

2017-08-20 04:58:36 +02:00
function Component() {
if (systemInfo.kernelType === "darwin") {
component.setValue("Virtual", "false");
component.setValue("Default", "false"); // bleeding
} else {
component.setValue("Virtual", "true");
component.setValue("Enabled", "false");
}
}
Component.prototype.createOperations = function()
{
component.createOperations();
}