mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
rsx: use fragment_textures_count (#1948)
* rsx: use fragment_textures_count * Typo: unknow -> unknown
This commit is contained in:
parent
ceb4cb59ac
commit
e1ff3f4674
17 changed files with 60 additions and 60 deletions
|
|
@ -72,7 +72,7 @@ u8 rsx::internals::get_pixel_size(rsx::surface_depth_format format)
|
|||
case rsx::surface_depth_format::z16: return 2;
|
||||
case rsx::surface_depth_format::z24s8: return 4;
|
||||
}
|
||||
throw EXCEPTION("Unknow depth format");
|
||||
throw EXCEPTION("Unknown depth format");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue