Core: Apply const to some functions

This commit is contained in:
Lioncash 2014-08-31 16:12:09 -04:00
parent 5a043ddacb
commit 82840282fb
11 changed files with 27 additions and 26 deletions

View file

@ -145,7 +145,7 @@ public:
this->low = this->low & mask;
}
//Slice 0 or 1
u8 checkSliceRounding(u8 slice)
u8 checkSliceRounding(u8 slice) const
{
switch(slice)
{