Clean out the long since bit-rotted video profiling code.

Profiler.{cpp,h} also happened to be the only dupliated
filenames left in Source, the absence of which should make
link-time optimization easier to get working.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6935 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2011-01-27 21:57:36 +00:00
parent 0b90f72073
commit 955e3abe9e
25 changed files with 5 additions and 435 deletions

View File

@ -18,7 +18,6 @@
#include <math.h>
#include <locale.h>
#include "Profiler.h"
#include "NativeVertexFormat.h"
#include "BPMemory.h"
@ -81,7 +80,6 @@ const char *GenerateVertexShaderCode(u32 components, API_TYPE api_type)
{
setlocale(LC_NUMERIC, "C"); // Reset locale for compilation
text[sizeof(text) - 1] = 0x7C; // canary
DVSTARTPROFILE();
_assert_(bpmem.genMode.numtexgens == xfregs.numTexGens);
_assert_(bpmem.genMode.numcolchans == xfregs.nNumChans);