mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
style
This commit is contained in:
parent
ebd7dcf721
commit
0c3b1a7514
@ -69,7 +69,7 @@ RenderChain::RenderChain(const video_info_t &video_info,
|
||||
pixel_size = fmt == RGB565 ? 2 : 4;
|
||||
create_first_pass(info, fmt);
|
||||
log_info(info);
|
||||
compile_shaders(fStock,vStock,"");
|
||||
compile_shaders(fStock, vStock, "");
|
||||
}
|
||||
|
||||
void RenderChain::clear()
|
||||
|
Loading…
x
Reference in New Issue
Block a user