mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	nvdrv: Make Ioctl()'s definition match its prototype
The only reason this wasn't a compilation error is because we use little-endian systems.
This commit is contained in:
		
							parent
							
								
									fa8017295b
								
							
						
					
					
						commit
						300ab211e8
					
				| @ -54,7 +54,7 @@ u32 Module::Open(const std::string& device_name) { | ||||
|     return fd; | ||||
| } | ||||
| 
 | ||||
| u32 Module::Ioctl(u32 fd, u32_le command, const std::vector<u8>& input, std::vector<u8>& output) { | ||||
| u32 Module::Ioctl(u32 fd, u32 command, const std::vector<u8>& input, std::vector<u8>& output) { | ||||
|     auto itr = open_files.find(fd); | ||||
|     ASSERT_MSG(itr != open_files.end(), "Tried to talk to an invalid device"); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Lioncash
						Lioncash