mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #1207 from degasus/hotfix
Report correct shader size.
This commit is contained in:
		
						commit
						6683bf50b5
					
				| @ -30,7 +30,7 @@ public: | ||||
| 
 | ||||
|     /// Gets the size of the shader in guest memory, required for cache management
 | ||||
|     size_t GetSizeInBytes() const { | ||||
|         return sizeof(GLShader::ProgramCode); | ||||
|         return GLShader::MAX_PROGRAM_CODE_LENGTH * sizeof(u64); | ||||
|     } | ||||
| 
 | ||||
|     /// Gets the shader entries for the shader
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei