Skip to content

Commit cc307b1

Browse files
committed
Bug fixes and modal changes
1 parent c2061bf commit cc307b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2146,12 +2146,12 @@ function checkSystem(cb) {
21462146
detail: 'CemUI has detected an Intel GPU. Cemu does not currently support Intel GPUs. You will experience many bugs and glitches using Cemu'
21472147
});
21482148
}
2149-
if (os.platform() != 'Windows_NT') {
2149+
if (os.type() != 'Windows_NT') {
21502150
dialog.showMessageBox(ApplicationWindow, {
21512151
type: 'warning',
21522152
title: 'Warning',
21532153
message: 'Unsupported OS',
2154-
detail: 'CemUI, and Cemu, only offically supports Windows machines. We have detected you running on ' + os.platform() + '. Some features may not work properly'
2154+
detail: 'CemUI, and Cemu, only offically supports Windows machines. We have detected you running on ' + os.type() + '. Some features may not work properly'
21552155
});
21562156
}
21572157
return cb();

app/wrapper/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ <h1 class="txt-font-smm txt-s-48">Database</h1>
246246
<div class="popup">
247247
<h2 class="title">Missing CDecrypt</h2>
248248
<div class="content">
249-
It seems like CDecrypt is missing, You need to install CDecrypt for the games to be decrypted. After you have done that you have to specify where you installed it.
249+
It seems like CDecrypt is missing. You need to download CDecrypt for the games to be decrypted. Due to legal reasons CemUI cannot decrypt the games. To obtain a copy of CDecrypt, visit this website <a href="https://filetrip.net/dl?GRqLr9jHRT" target="_blank">https://filetrip.net/dl?GRqLr9jHRT</a>
250250
</div>
251251
<div class="button">Select CDecrypt</div>
252252
</div>

0 commit comments

Comments
 (0)