Skip to content

Commit

Permalink
Updated changelog in updater
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW authored Feb 21, 2019
1 parent 50a4423 commit e4ca723
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cef/updater/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ int main(void) {
printf("6.61 Adrenaline-6.8 Installer\n");
printf("Changes:\n\n");

printf("- Added support for PS1 multiplayer on PS Vita using an upcoming DS3/DS4 plugin.\n");
printf("- Added sharp bilinear without scanlines filter. Thanks to rsn8887.\n");
printf("- Fixed PS1 slowdowns. Thanks to rsn8887.\n");
printf("- Fixed compatiblity with h-encore 2.0.\n");
printf("- Fixed compatiblity with udcd_uvc.skprx plugin.\n");
printf("\n");

printf("Press X to install, R to exit.\n\n");
Expand Down Expand Up @@ -124,4 +127,4 @@ int main(void) {
sctrlRebootDevice();

return 0;
}
}

0 comments on commit e4ca723

Please sign in to comment.