- Mar 01, 2017
-
-
wwylele authored
1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID 2. removed button handling in EmuWindow 3. removed key_map 4. cleanup #include
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
- Feb 27, 2017
-
-
bunnei authored
Timer: restore missing signaled=true from #2421
-
wwylele authored
-
bunnei authored
IR: separate functions of each port to their own files
-
B3n30 authored
-
Mat M authored
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
-
Yuri Kunde Schlesner authored
Replace built-in Profiler with indicators in status bar
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Now based on std::chrono, and also works in terms of emulated time instead of frames, so we can in the future frame-limit even when the display is disabled, etc. The frame limiter can also be enabled along with v-sync now, which should be useful for those with displays running at more than 60 Hz.
-
Yuri Kunde Schlesner authored
More ergonomic to use and will be required for upcoming changes.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
They're not very important and this makes the display changes less often, making it less distracting.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- Feb 26, 2017
-
-
wwylele authored
-
- Feb 25, 2017
-
-
bunnei authored
Change travis tar command to specify compression format
-
James Rowe authored
macOS uses bsdtar which doesn't have the -a flag which determines compression based on file extension.
-
bunnei authored
APT: implemented Wrap and Unwrap
-
Yuri Kunde Schlesner authored
Timers: Immediately signal the timer if it was started with an initial value of 0
-
James Rowe authored
-
- Feb 24, 2017
-
-
Yuri Kunde Schlesner authored
Use gzip instead of lzma on macOS releases
-
- Feb 23, 2017
-
-
James Rowe authored
* Added a refresh game directory option to the file menu * Make the game list watcher recursive and have it start watching from the initial load * Rework game list watcher to be thread safe * Fix code style issues
-
bunnei authored
Gui: Change title bar to include build name
-
James Rowe authored
Uses tar -a flag to determine compression algorithm based off file extension (so linux will continue to use xz and macOS can use gzip)
-
James Rowe authored
A common report from macOS users is they can't figure out how to unzip the program. This will allow them to double click to unzip the archive which is what users on macOS expect.
-
James Rowe authored
Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
-