mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #97 from archshift/cleanup
Small, general code cleanup
This commit is contained in:
		
						commit
						5481115e71
					
				
					 6 changed files with 32 additions and 48 deletions
				
			
		|  | @ -19,9 +19,8 @@ | |||
| #define COPYRIGHT       "Copyright (C) 2013-2014 Citra Team" | ||||
| 
 | ||||
| EmuThread::EmuThread(GRenderWindow* render_window) :  | ||||
|     exec_cpu_step(false), cpu_running(false),  | ||||
|     render_window(render_window), filename(""), | ||||
|     stop_run(false) | ||||
|     filename(""), exec_cpu_step(false), cpu_running(false), | ||||
|     stop_run(false), render_window(render_window) | ||||
| { | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue