Unbreak the build (sorry, forgot a few includes), move FP classification to MathUtil, add some more unittests.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3442 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-06-14 11:30:33 +00:00
parent f67660cbfe
commit 0bee242493
8 changed files with 138 additions and 87 deletions

View File

@ -25,8 +25,8 @@
** ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// A simple and portable program used to generate a blank FAT32 image file
// Modified for Dolphin-emu
// A simple and portable piece of code used to generate a blank FAT32 image file.
// Modified for Dolphin.
#include "SDCardUtil.h"