Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-26 | Core: Re-write frame limiter | Yuri Kunde Schlesner | |
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. | |||
2017-02-26 | Core: Make PerfStats internally locked | Yuri Kunde Schlesner | |
More ergonomic to use and will be required for upcoming changes. | |||
2017-02-26 | Qt: Add tooltips to status bar displays | Yuri Kunde Schlesner | |
2017-02-26 | Qt: Don't show fractional figures in the status bar | Yuri Kunde Schlesner | |
They're not very important and this makes the display changes less often, making it less distracting. | |||
2017-02-26 | Remove built-in (non-Microprofile) profiler | Yuri Kunde Schlesner | |
2017-02-26 | PerfStats: Add method to get the instantaneous time ratio | Yuri Kunde Schlesner | |
2017-02-26 | Add performance statistics to status bar | Yuri Kunde Schlesner | |
2017-02-26 | SynchronizedWrapper: Add Lock convenience method | Yuri Kunde Schlesner | |
2017-02-26 | Qt: Add (empty) status bar | Yuri Kunde Schlesner | |
2017-02-26 | Core: Remove unnecessary include in thread.h | Yuri Kunde Schlesner | |
2017-02-19 | Merge pull request #2580 from yuriks/qt-cleanup2 | Yuri Kunde Schlesner | |
Qt cleanups 2 | |||
2017-02-18 | OpenGL: Check if uniform block exists before updating it (#2581) | Jannik Vogel | |
2017-02-18 | dynarmic: Update the submodule. | Emmanuel Gil Peyrot | |
This fixes a build issue on gcc 6 due to -Werror and a warning caused by boost::optional, see: https://github.com/MerryMage/dynarmic/issues/83 | |||
2017-02-18 | Qt: Move some connections from .ui file to code | Yuri Kunde Schlesner | |
2017-02-18 | Qt: Reorganize connection of menu events | Yuri Kunde Schlesner | |
2017-02-18 | Qt: Re-organize setup of debugging widgets | Yuri Kunde Schlesner | |
2017-02-18 | Qt: Fix action name to match conventions | Yuri Kunde Schlesner | |
2017-02-17 | Merge pull request #2577 from yuriks/qt-cleanup | Yuri Kunde Schlesner | |
Qt cleanup | |||
2017-02-17 | Qt: Make IsSingleFileDropEvent static | Yuri Kunde Schlesner | |
2017-02-17 | Qt: Allow any file extension in Open dialog | Yuri Kunde Schlesner | |
2017-02-17 | Qt: Remove orpahned function declaration | Yuri Kunde Schlesner | |
2017-02-17 | Qt: Remove unnecessary std::string usage | Yuri Kunde Schlesner | |
2017-02-16 | HID: move enable_accelerometer/gyroscope_count initialization into Init() ↵ | Weiyi Wang | |
(#2574) Fixes #2556 | |||
2017-02-16 | Merge pull request #2573 from jfmherokiller/dragndrop | bunnei | |
Added drag and drop feature to the code | |||
2017-02-16 | added drag n drop feature | noah the goodra | |
2017-02-15 | Merge pull request #2571 from wwylele/missing-file | Mat M | |
core: add missing errors.h in CMakeLists.txt | |||
2017-02-15 | core: add missing errors.h in CMakeLists.txt | wwylele | |
2017-02-15 | video_core: remove #pragma once in cpp file (#2570) | Weiyi Wang | |
2017-02-14 | Merge pull request #2566 from yuriks/file-extension-suffix | Weiyi Wang | |
Qt/GameList: Use suffix() to parse the file extension | |||
2017-02-13 | HLE/IPC: Fix uninitialized variables in helpers (#2568) | Yuri Kunde Schlesner | |
Fixes #2567 | |||
2017-02-13 | Merge pull request #2542 from jfmherokiller/httpsvclog | Yuri Kunde Schlesner | |
added http service enum to the log.h file | |||
2017-02-13 | Qt/GameList: Use suffix() to parse the file extension | Yuri Kunde Schlesner | |
completeSuffix returns everything after the first period, which means that a file such as `foo.bar.3ds` would not get recognized. | |||
2017-02-13 | applied the change suggested by @wwylele | noah the goodra | |
2017-02-13 | NWM changed to NIM | noah the goodra | |
2017-02-13 | turned clang format back on | noah the goodra | |
2017-02-13 | added http service enum to the log.h file | noah the goodra | |
2017-02-13 | Merge pull request #2562 from yuriks/pica-refactor3 | Yuri Kunde Schlesner | |
Re-organize software rasterizer code | |||
2017-02-13 | Core: add cryptopp library (#2412) | Weiyi Wang | |
2017-02-13 | Merge pull request #2561 from wwylele/fs-rom | Yuri Kunde Schlesner | |
file_sys: change RomFS archive to Self NCCH archive | |||
2017-02-13 | loader: use self NCCH archive | wwylele | |
2017-02-13 | file_sys: add Self NCCH archive | wwylele | |
2017-02-12 | SWRasterizer: Move more framebuffer functions to file | Yuri Kunde Schlesner | |
2017-02-12 | SWRasterizer: Move texturing functions to their own file | Yuri Kunde Schlesner | |
2017-02-12 | SWRasterizer: Convert large no-capture lambdas to standalone functions | Yuri Kunde Schlesner | |
2017-02-12 | SWRasterizer: Move framebuffer operation functions to their own file | Yuri Kunde Schlesner | |
2017-02-12 | VideoCore: Move software rasterizer files to sub-directory | Yuri Kunde Schlesner | |
2017-02-12 | video_core/shader: Document sanitized MUL operation | Yuri Kunde Schlesner | |
2017-02-12 | Merge pull request #2550 from yuriks/pica-refactor2 | Yuri Kunde Schlesner | |
Small VideoCore cleanups | |||
2017-02-12 | citra-qt: Don't attempt to scan files with unsupported extensions (#2402) | Kloen Lansfiel | |
2017-02-11 | core: Free AppLoader on shutdown to release file (#2558) | Yuri Kunde Schlesner | |
Fixes #2455 |