Merge remote-tracking branch 'origin/master'
This commit is contained in:
		
							
								
								
									
										23
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								README.md
									
									
									
									
									
								
							| @ -2,7 +2,13 @@ | ||||
|  | ||||
| cemu_UI is a simple, material design graphical frontend for [cemu](http://cemu.info/), a Wii U emulator. Downloads can be found [here](https://github.com/Seil0/cemu_UI/releases). | ||||
|  | ||||
|  | ||||
| ## installation | ||||
| Simply download the cemu_UI.jar from [releases](https://github.com/Seil0/cemu_UI/releases), make sure you have the latest version of java 8 oracle jre/jdk installed, open the file. cemu_UI creats a new directory "C:\Users\USERNAME\Documents\cemu_UI", where the database, settings and covers are stored. **first start can take while!** | ||||
|  | ||||
| ## building from source | ||||
| 1. download/clone the git repository | ||||
| 2. make sure you have the latest versionj of java 8 oracle jdk installed | ||||
| 3. place the unzip repository into your workspace and start eclipse, project should now be there **or** import the project to your workspace | ||||
|  | ||||
| ## Features | ||||
|  | ||||
| @ -18,17 +24,11 @@ cemu_UI is a simple, material design graphical frontend for [cemu](http://cemu.i | ||||
| * Controller support | ||||
| * more UI improvements | ||||
| * support more rom file formats in automatic detection | ||||
| * sync savegames via google drive | ||||
| * [smmdb api](http://smmdb.ddns.net/api) integration | ||||
|  | ||||
| ### If you have another idea, make a "new issue" with the `idea` lable | ||||
|  | ||||
| ## installation | ||||
| Simply download the cemu_UI.jar from [releases](https://github.com/Seil0/cemu_UI/releases), make sure you have the latest version of java 8 oracle jre/jdk installed, open the file. cemu_UI creats a new directory "C:\Users\USERNAME\Documents\cemu_UI", where the database, settings and covers are stored. | ||||
|  | ||||
| ## building from source | ||||
| 1. download/clone the git repository | ||||
| 2. make sure you have the latest versionj of java 8 oracle jdk installed | ||||
| 3. place the unzip repository into your workspace and start eclipse, project should now be there **or** import the project to your workspace | ||||
|  | ||||
| ## FAQ | ||||
|  | ||||
| * My game is not detected automaticaly    | ||||
| @ -38,3 +38,8 @@ Simply download the cemu_UI.jar from [releases](https://github.com/Seil0/cemu_UI | ||||
| * I have another question | ||||
|   * make a new issue and let me know | ||||
|    | ||||
| ## screenshots | ||||
|    | ||||
|  | ||||
|    | ||||
|    | ||||
|  | ||||
							
								
								
									
										2
									
								
								bin/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								bin/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,2 @@ | ||||
| /cloudControllerInstances/ | ||||
| /application/ | ||||
										
											Binary file not shown.
										
									
								
							| @ -71,8 +71,7 @@ | ||||
|  			mainWindowController = loader.getController();	//Link of FXMLController and controller class | ||||
|  			mainWindowController.setMain(this);	//call setMain | ||||
|  			 | ||||
| -			//get os and the right paths | ||||
| +			//get OS and the right paths | ||||
| 			//get OS and the right paths | ||||
|  			if(System.getProperty("os.name").equals("Linux")){ | ||||
|  				directory = new File(dirLinux); | ||||
|  				configFile = new File(dirLinux + "/config.xml"); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user