kernel/svc: Simplify thread core ID sanitizing in CreateThread
Rather than use a switch here, this can be collapsed into a simple range check, which is a little easier on the eyes.
Please register or sign in to comment
Rather than use a switch here, this can be collapsed into a simple range check, which is a little easier on the eyes.