mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-29 23:19:01 -05:00 
			
		
		
		
	kernel/error: Remove leftover 3DS error codes
These are now entirely unused and can be removed.
This commit is contained in:
		| @@ -10,11 +10,6 @@ namespace Kernel { | ||||
|  | ||||
| namespace ErrCodes { | ||||
| enum { | ||||
|     // TODO(Subv): Remove these 3DS OS error codes. | ||||
|     SessionClosedByRemote = 26, | ||||
|     NoPendingSessions = 35, | ||||
|     InvalidBufferDescriptor = 48, | ||||
|  | ||||
|     // Confirmed Switch OS error codes | ||||
|     MaxConnectionsReached = 7, | ||||
|     InvalidSize = 101, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lioncash
					Lioncash