Enrico Mancuso d581a4a367
Add break statement in default cases
According to the contributing page (https://github.com/yuzu-emu/yuzu/wiki/Contributing) the default cases should have a break statement

default:
        // Yes, even break for the last case
        break;
2022-11-09 15:34:26 +01:00
..
2022-10-06 21:00:53 +02:00
2022-07-27 12:53:49 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-10-21 00:24:08 -05:00
2022-04-28 18:24:11 +02:00
2022-08-19 16:08:40 -07:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-10-13 12:24:04 -04:00
2022-04-28 18:24:11 +02:00
2022-07-27 12:53:49 +02:00
2022-07-27 12:53:49 +02:00
2022-06-28 01:10:55 +02:00
2022-08-02 01:01:54 -04:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00