mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Silence some compiler warnings that have accumulated.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6211 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
72af7b3e5e
commit
7824855116
6 changed files with 9 additions and 9 deletions
|
@ -88,16 +88,16 @@ struct CachedDisplayList
|
|||
{
|
||||
CachedDisplayList()
|
||||
: uncachable(false),
|
||||
pass(DLPASS_ANALYZE),
|
||||
next_check(1),
|
||||
num_xf_reg(0),
|
||||
num_cp_reg(0),
|
||||
num_bp_reg(0),
|
||||
num_index_xf(0),
|
||||
num_draw_call(0),
|
||||
pass(DLPASS_ANALYZE),
|
||||
next_check(1),
|
||||
BufferCount(0),
|
||||
Regions(NULL),
|
||||
LastRegion(NULL),
|
||||
BufferCount(0)
|
||||
LastRegion(NULL)
|
||||
{
|
||||
frame_count = frameCount;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue