mirror of
				https://git.h3cjp.net/H3cJP/yuzu.git
				synced 2025-11-04 09:05:04 +00:00 
			
		
		
		
	Merge pull request #179 from Gareth422/myradicalbranch
Fixed capitalization issues
This commit is contained in:
		
						commit
						be1fb2c5f2
					
				| 
						 | 
				
			
			@ -128,10 +128,10 @@ GMainWindow::~GMainWindow()
 | 
			
		|||
 | 
			
		||||
void GMainWindow::BootGame(std::string filename)
 | 
			
		||||
{
 | 
			
		||||
    NOTICE_LOG(MASTER_LOG, "citra starting...\n");
 | 
			
		||||
    NOTICE_LOG(MASTER_LOG, "Citra starting...\n");
 | 
			
		||||
 | 
			
		||||
    if (Core::Init()) {
 | 
			
		||||
        ERROR_LOG(MASTER_LOG, "core initialization failed, exiting...");
 | 
			
		||||
        ERROR_LOG(MASTER_LOG, "Core initialization failed, exiting...");
 | 
			
		||||
        Core::Stop();
 | 
			
		||||
        exit(1);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue