runs on Xbox
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "RageUtil.h"
|
||||
#include "LyricsLoader.h"
|
||||
|
||||
#include <fstream>
|
||||
#include "RageFile.h"
|
||||
#include <map>
|
||||
using namespace std;
|
||||
|
||||
@@ -21,7 +21,7 @@ bool LyricsLoader::LoadFromLRCFile( CString sPath, Song &out )
|
||||
{
|
||||
LOG->Trace( "LyricsLoader::LoadFromLRCFile(%s)", sPath.c_str() );
|
||||
|
||||
ifstream input(sPath);
|
||||
Rageifstream input(sPath);
|
||||
if(input.bad())
|
||||
{
|
||||
LOG->Warn( "Error opening file '%s' for reading.", sPath.c_str() );
|
||||
|
||||
Reference in New Issue
Block a user