From ab2ee971b7032d7e85114580c166515160166c61 Mon Sep 17 00:00:00 2001 From: Jannik Date: Mon, 10 Apr 2017 01:25:56 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b2a1ef1..b9e3a74 100644 --- a/README.md +++ b/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). -![Screenshot](/downloadContent/cemu_UI4.png) +## 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 ## Features @@ -21,14 +27,6 @@ cemu_UI is a simple, material design graphical frontend for [cemu](http://cemu.i ### If you have another idea, make a "new issue" with the ![#f03c15](https://placehold.it/15/fbca04/000000?text=+)`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 +36,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 + +![Screenshot](/downloadContent/cemu_UI4.png) + + From a2d0fe2b39b663383b0b3990f3cbd8c47b6b5020 Mon Sep 17 00:00:00 2001 From: Jannik Date: Mon, 10 Apr 2017 21:16:55 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9e3a74..1adf6a7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Simply download the cemu_UI.jar from [releases](https://github.com/Seil0/cemu_UI * Controller support * more UI improvements * support more rom file formats in automatic detection +* [smmdb api](http://smmdb.ddns.net/api) integration ### If you have another idea, make a "new issue" with the ![#f03c15](https://placehold.it/15/fbca04/000000?text=+)`idea` lable From a49b9c9b3d0e0cb4fbf0c31df7327b138230342d Mon Sep 17 00:00:00 2001 From: Jannik Date: Thu, 13 Apr 2017 00:12:41 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1adf6a7..6ea7ff7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Simply download the cemu_UI.jar from [releases](https://github.com/Seil0/cemu_UI * 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 ![#f03c15](https://placehold.it/15/fbca04/000000?text=+)`idea` lable From 20afbb42e782d2134bbeb7d54cd60f87bd1f58b2 Mon Sep 17 00:00:00 2001 From: Jannik Date: Thu, 13 Apr 2017 01:31:21 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ea7ff7..623a980 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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. +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 From 30af3c688fda936b76cd58e7346002416b289b7c Mon Sep 17 00:00:00 2001 From: Jannik Date: Sat, 15 Apr 2017 17:50:27 +0200 Subject: [PATCH 5/5] added .gitignore to bin --- bin/.gitignore | 3 +++ src/application/Main.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 bin/.gitignore diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..d32cf9a --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,3 @@ +/application/ +/libraries/ +/recources/ diff --git a/src/application/Main.java b/src/application/Main.java index 9f433f5..4a68ede 100644 --- a/src/application/Main.java +++ b/src/application/Main.java @@ -71,7 +71,7 @@ public class Main extends Application { 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 if(System.getProperty("os.name").equals("Linux")){ directory = new File(dirLinux); configFile = new File(dirLinux + "/config.xml");