Giter Club home page Giter Club logo

cemu_ui's People

Contributors

seil0 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cemu_ui's Issues

Licence

there should be a opportunity to view the gpl 3.0 license and all others of the different libs used!

  • add copy of gpl 3.0
  • add all other licenses of libs used
  • make licenses accessible through the ui

How to open?

I tried double clicking it, using the CMD, using a .bat file, nothing worked, i have both the Oracle JRE and Oracle JDK installed, all i get is this error log.

hs_err_pid8456.txt

support more languages

cemu_UI will soon support more languages than just english

  • add support for diferent languages
  • add german

wrong profile

Hi,

when I start a game, Cemu loads an old profile of this game.
However, I deleted all the profiles in C:\Program Files\cemu\gameProfiles

[Linux] If you try to enable the cloud sync cemu_UI will carsh

If we try to brows the oauth website to get access to google drive the application is crashing. This is not a bug in cemu_UI but i'll try to fix it.
It's caused by "google-oauth-client-java6/src/main/java/com/google/api/client/extensions/java6/auth/oauth2/AuthorizationCodeInstalledApp.java" Line 133, see https://github.com/Seil0/google-oauth-java-client/commit/67cdbab5c32a51ae812bf758cb94402b18d42770 for more information.
Instead of

desktop.browse(URI.create(url));

we should use something like

 new Thread(() -> {
           try {
               desktop.browse(URI.create(url));
           } catch (IOException | URISyntaxException e1) {
               e1.printStackTrace();
           }
       }).start();

thsi is a jre/jvm bug the above code is just a workaround

Controller support

figure out which library cemu_UI should use:

Jamepad should be easier to use. Needs libevdev and libudev as dependencies on linux.

        <repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

       <dependency>
	    <groupId>com.github.WilliamAHartman</groupId>
	    <artifactId>Jamepad</artifactId>
	    <version>1.1</version>
	</dependency>

super mario maker

please help me getting all save directory IDs for super mario maker, so i can add them
thanks for your help

currently supported:

  • fe31b7f2
  • 44fc5929

rework the smmdb integration UI

  • better way to show pictures
    • make the imageview bigger
    • use the correct width and height
    • move the image view to another place
  • built in a search function
  • run query in a separated thread
  • remember which courses are downloaded already, if sync is enabled sync downloaded courses over the cloud with all other installations see #11

cloud sync rework

  • rewrite the cloud control stack to have all intelligence in CloudController,
    cloud service controller only for up&downloading, getting some file parameters
  • fix #6 again, this will be included in 0.2.3 until the release of 0.2.3 use the legacy save path from cemu
  • add Dropbox as cloud service
  • sync the localRom.db, this will allow cemu_UI to show last played and other parameters on other installs
  • sync downloaded smm courses by creating a json? file and sync it via the cloud

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.