Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2606 from wwylele/ir | bunnei | 2017-05-04 | 1 | -7/+1 |
|\ | | | | | ir: implement circle pad pro | ||||
| * | qt: enable config for circle pad pro | wwylele | 2017-04-09 | 1 | -7/+1 |
| | | |||||
* | | citra-qt: game list search function (#2673) | Nico Bosshard | 2017-04-30 | 7 | -19/+299 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * citra-qt: game list search function * Empty search field during game list refresh * Code improvements * Code formatting * Autofocus search field * JayFoxRox's recommendations * lioncash's review | ||||
* | | Better looking status bar under Linux Ubuntu (#2662) | Cereal-Killa | 2017-04-13 | 1 | -0/+1 |
|/ | | | | | * Remove borders from status bar items On Ubuntu the status bar didn't look as good as on Windows due to some border being drawn around each status bar cell. | ||||
* | citra-qt: Move config dialog code to its own directory | Lioncash | 2017-04-04 | 25 | -41/+41 |
| | |||||
* | Merge pull request #2512 from SonofUgly/custom-layout | bunnei | 2017-03-22 | 3 | -1/+21 |
|\ | | | | | Add custom layout settings. | ||||
| * | Add custom layout settings. | SonofUgly | 2017-02-23 | 3 | -1/+21 |
| | | |||||
* | | citra-qt: remove dead code | wwylele | 2017-03-17 | 3 | -5/+0 |
| | | |||||
* | | citra-qt: release all buttons when render window focus is lost | wwylele | 2017-03-17 | 2 | -0/+7 |
| | | | | | | | | credit to @Hawkheart for the original idea | ||||
* | | qt/config_input: don't connect for null button | wwylele | 2017-03-02 | 1 | -4/+7 |
| | | |||||
* | | Input: remove unused stuff & clean up | wwylele | 2017-03-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | 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 | ||||
* | | Qt: rework input configuration for new input system | wwylele | 2017-03-01 | 2 | -68/+144 |
| | | |||||
* | | InputCommon: add AnalogFromButton | wwylele | 2017-03-01 | 2 | -0/+29 |
| | | |||||
* | | InputCommon: add Keyboard | wwylele | 2017-03-01 | 6 | -47/+33 |
| | | |||||
* | | Doxygen: Amend minor issues (#2593) | Mat M | 2017-02-27 | 2 | -4/+6 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #2587 from yuriks/status-bar | Yuri Kunde Schlesner | 2017-02-27 | 11 | -189/+77 |
|\ \ | | | | | | | Replace built-in Profiler with indicators in status bar | ||||
| * | | Qt: Tweak status bar styling | Yuri Kunde Schlesner | 2017-02-27 | 1 | -0/+2 |
| | | | |||||
| * | | Qt: Increase status bar update interval to 2 seconds | Yuri Kunde Schlesner | 2017-02-27 | 1 | -1/+1 |
| | | | |||||
| * | | Qt: Add tooltips to status bar displays | Yuri Kunde Schlesner | 2017-02-27 | 1 | -0/+7 |
| | | | |||||
| * | | Qt: Don't show fractional figures in the status bar | Yuri Kunde Schlesner | 2017-02-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | They're not very important and this makes the display changes less often, making it less distracting. | ||||
| * | | Remove built-in (non-Microprofile) profiler | Yuri Kunde Schlesner | 2017-02-27 | 5 | -188/+2 |
| | | | |||||
| * | | Add performance statistics to status bar | Yuri Kunde Schlesner | 2017-02-27 | 2 | -0/+30 |
| | | | |||||
| * | | Qt: Add (empty) status bar | Yuri Kunde Schlesner | 2017-02-27 | 6 | -1/+35 |
| | | | |||||
| * | | Core: Remove unnecessary include in thread.h | Yuri Kunde Schlesner | 2017-02-27 | 1 | -0/+1 |
| | | | |||||
* | | | Use QFileSystemWatcher to reload the game list when a change is detected. (#2555) | James Rowe | 2017-02-23 | 2 | -1/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | Merge pull request #2441 from jroweboy/titlebar | bunnei | 2017-02-23 | 2 | -3/+4 |
|\ \ \ | | | | | | | | | Gui: Change title bar to include build name | ||||
| * | | | Gui: Change title bar to include build name | James Rowe | 2017-02-23 | 2 | -3/+4 |
| |/ / | | | | | | | | | | | | | Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar | ||||
* / / | [UI] Modify recursive scanning label (#2589) | Anthony | 2017-02-23 | 1 | -1/+1 |
|/ / | |||||
* | | Qt: Move some connections from .ui file to code | Yuri Kunde Schlesner | 2017-02-18 | 2 | -38/+3 |
| | | |||||
* | | Qt: Reorganize connection of menu events | Yuri Kunde Schlesner | 2017-02-18 | 2 | -13/+23 |
| | | |||||
* | | Qt: Re-organize setup of debugging widgets | Yuri Kunde Schlesner | 2017-02-18 | 4 | -39/+51 |
| | | |||||
* | | Qt: Fix action name to match conventions | Yuri Kunde Schlesner | 2017-02-18 | 2 | -6/+6 |
| | | |||||
* | | Qt: Make IsSingleFileDropEvent static | Yuri Kunde Schlesner | 2017-02-18 | 1 | -1/+1 |
| | | |||||
* | | Qt: Allow any file extension in Open dialog | Yuri Kunde Schlesner | 2017-02-18 | 1 | -2/+3 |
| | | |||||
* | | Qt: Remove orpahned function declaration | Yuri Kunde Schlesner | 2017-02-18 | 1 | -6/+0 |
| | | |||||
* | | Qt: Remove unnecessary std::string usage | Yuri Kunde Schlesner | 2017-02-18 | 2 | -14/+15 |
| | | |||||
* | | added drag n drop feature | noah the goodra | 2017-02-16 | 2 | -1/+41 |
| | | |||||
* | | Qt/GameList: Use suffix() to parse the file extension | Yuri Kunde Schlesner | 2017-02-14 | 1 | -1/+1 |
| | | | | | | | | | | completeSuffix returns everything after the first period, which means that a file such as `foo.bar.3ds` would not get recognized. | ||||
* | | Merge pull request #2550 from yuriks/pica-refactor2 | Yuri Kunde Schlesner | 2017-02-12 | 2 | -2/+3 |
|\ \ | | | | | | | Small VideoCore cleanups | ||||
| * | | VideoCore: Split regs.h inclusions | Yuri Kunde Schlesner | 2017-02-09 | 1 | -1/+2 |
| | | | |||||
| * | | Pica/Regs: Use binary search to look up reg names | Yuri Kunde Schlesner | 2017-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This gets rid of the static unordered_map. Also changes the return type const char*, avoiding unnecessary allocations (the result was only used by calling .c_str() on it.) | ||||
* | | | citra-qt: Don't attempt to scan files with unsupported extensions (#2402) | Kloen Lansfiel | 2017-02-12 | 3 | -4/+20 |
|/ / | |||||
* | | VideoCore: Move Regs to its own file | Yuri Kunde Schlesner | 2017-02-04 | 4 | -4/+2 |
| | | |||||
* | | VideoCore: Split framebuffer regs from Regs struct | Yuri Kunde Schlesner | 2017-02-04 | 1 | -12/+12 |
| | | |||||
* | | VideoCore: Split texturing regs from Regs struct | Yuri Kunde Schlesner | 2017-02-04 | 2 | -13/+16 |
| | | |||||
* | | VideoCore: Split rasterizer regs from Regs struct | Yuri Kunde Schlesner | 2017-02-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2476 from yuriks/shader-refactor3 | Yuri Kunde Schlesner | 2017-02-04 | 3 | -6/+6 |
|\ \ | | | | | | | Oh No! More shader changes! | ||||
| * | | VideoCore: Consistently use shader configuration to load attributes | Yuri Kunde Schlesner | 2017-01-30 | 1 | -3/+3 |
| | | | |||||
| * | | VideoCore: Rename some types to more accurate names | Yuri Kunde Schlesner | 2017-01-30 | 2 | -3/+3 |
| |/ | |||||
* | | Pica/Texture: Simplify/cleanup texture tile addressing | Yuri Kunde Schlesner | 2017-02-04 | 1 | -7/+6 |
| | | |||||
* | | VideoCore: Move LookupTexture out of debug_utils.h | Yuri Kunde Schlesner | 2017-02-04 | 2 | -7/+10 |
| | | |||||
* | | removal of the -1 case in the configure_input switch | noah the goodra | 2017-01-31 | 1 | -1/+0 |
| | | | | | | | | this case is unneeded because no enumeration value can possibly correspond to it | ||||
* | | Merge pull request #2368 from wwylele/camera-2 | Yuri Kunde Schlesner | 2017-01-30 | 1 | -0/+32 |
|\ \ | |/ |/| | CAM: build the service framework with a dummy implementation | ||||
| * | CAM: implement basic camera functions with a blank camera | wwylele | 2017-01-11 | 1 | -0/+32 |
| | | |||||
* | | Merge pull request #2346 from yuriks/shader-refactor2 | Yuri Kunde Schlesner | 2017-01-27 | 2 | -2/+6 |
|\ \ | | | | | | | More shader refactoring | ||||
| * | | VideoCore/Shader: Move entry_point to SetupBatch | Yuri Kunde Schlesner | 2017-01-26 | 1 | -3/+2 |
| | | | |||||
| * | | VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetup | Yuri Kunde Schlesner | 2017-01-26 | 1 | -2/+3 |
| | | | |||||
| * | | VideoCore/Shader: Move ProduceDebugInfo to InterpreterEngine | Yuri Kunde Schlesner | 2017-01-26 | 1 | -0/+1 |
| | | | |||||
| * | | Debugger: Always use interpreter for shader debugging | Yuri Kunde Schlesner | 2017-01-26 | 1 | -3/+5 |
| | | | |||||
| * | | VideoCore/Shader: Split shader uniform state and shader engine | Yuri Kunde Schlesner | 2017-01-26 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | Currently there's only a single dummy implementation, which will be split in a following commit. | ||||
| * | | VideoCore/Shader: Use only entry_point as ShaderSetup param | Yuri Kunde Schlesner | 2017-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This removes all implicit dependency of ShaderState on global PICA state. | ||||
| * | | VideoCore/Shader: Use self instead of g_state.vs in ShaderSetup | Yuri Kunde Schlesner | 2017-01-26 | 1 | -2/+1 |
| | | | |||||
* | | | SDL: Select audio device (#2403) | Kloen Lansfiel | 2017-01-26 | 4 | -0/+54 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial Commit Added Device logic to Sinks Started on UI for selecting devices Removed redundant import * Audio Core: Complete Device Switching Complete the device switching implementation by allowing the output device to be loaded, changed and saved through the configurations menu. Worked with the Sink abstraction and tuned the "Device Selection" configuration so that the Device List is automatically populated when the Sink is changed. This hopefully addresses the concerns and recommendations mentioned in the comments of the PR. * Clean original implementation. * Refactor GetSinkDetails | ||||
* | | Removed unused and outdated external qhexedit | Kloen | 2017-01-22 | 2 | -2/+2 |
| | | |||||
* | | citra-qt: Removed unused and unimplemented ramview files. | Kloen | 2017-01-22 | 4 | -32/+0 |
| | | |||||
* | | QT: Fix ui file format | Kloen | 2017-01-11 | 1 | -20/+20 |
| | | |||||
* | | QT: Fix some UI related warnings | Kloen | 2017-01-11 | 2 | -4/+3 |
| | | |||||
* | | Merge pull request #2384 from bunnei/internal-res-option | bunnei | 2017-01-08 | 3 | -13/+154 |
|\ \ | | | | | | | config: Add option for specifying screen resolution scale factor. | ||||
| * | | config: Add option for specifying screen resolution scale factor. | bunnei | 2017-01-07 | 3 | -13/+154 |
| | | | |||||
* | | | Merge pull request #1951 from wwylele/motion-sensor | bunnei | 2017-01-07 | 2 | -1/+13 |
|\ \ \ | |/ / |/| | | Emulate motion sensor in frontend | ||||
| * | | Frontend: emulate motion sensor | wwylele | 2016-12-26 | 2 | -1/+13 |
| |/ | |||||
* | | Merge pull request #2393 from Subv/synch | Sebastian Valle | 2017-01-05 | 1 | -3/+6 |
|\ \ | | | | | | | Kernel: Mutex priority inheritance and synchronization improvements. | ||||
| * | | Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. | Subv | 2017-01-04 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | This commit removes the overly general THREADSTATUS_WAIT_SYNCH and replaces it with two more granular statuses: THREADSTATUS_WAIT_SYNCH_ANY when a thread waits on objects via WaitSynchronization1 or WaitSynchronizationN with wait_all = false. THREADSTATUS_WAIT_SYNCH_ALL when a thread waits on objects via WaitSynchronizationN with wait_all = true. | ||||
* | | | Fix some warnings (#2399) | Jonathan Hao | 2017-01-04 | 5 | -18/+1 |
|/ / | |||||
* | | Merge pull request #2240 from wwylele/auto-region | bunnei | 2016-12-30 | 4 | -3/+14 |
|\ \ | |/ |/| | Config: auto-select region and language | ||||
| * | Config: auto-select region and language | wwylele | 2016-12-07 | 4 | -3/+14 |
| | | |||||
* | | core: Move emu_window and key_map into core | MerryMage | 2016-12-23 | 2 | -2/+2 |
| | | | | | | | | * Removes circular dependences (common should not depend on core) | ||||
* | | Merge pull request #2343 from bunnei/core-cleanup | bunnei | 2016-12-22 | 9 | -74/+40 |
|\ \ | | | | | | | Core: Top-level consolidate & misc cleanup | ||||
| * | | core: Replace "AppCore" nomenclature with just "CPU". | bunnei | 2016-12-22 | 3 | -12/+12 |
| | | | |||||
| * | | Address clang-format issues. | bunnei | 2016-12-22 | 1 | -14/+13 |
| | | | |||||
| * | | core: Consolidate core and system state, remove system module & cleanups. | bunnei | 2016-12-22 | 9 | -23/+19 |
| | | | |||||
| * | | core: Consolidate top-level system state into a singleton. | bunnei | 2016-12-22 | 5 | -59/+30 |
| | | | |||||
* | | | Merge pull request #2361 from lioncash/disasm | bunnei | 2016-12-22 | 1 | -3/+1 |
|\ \ \ | |/ / |/| | | disassembler: Remove mutable specifier from breakpoints member variable | ||||
| * | | disassembler: Remove mutable specifier from breakpoints member variable | Lioncash | 2016-12-21 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | Breakpoints has been const correct with regards to what the DisassmblerModel needs for quite a while now. | ||||
* | | | citra-qt: Move graphics debugging code into its own folder | Lioncash | 2016-12-21 | 17 | -32/+32 |
|/ / | | | | | | | | | Keeps all graphics debugging stuff from cluttering up the root debugger folder | ||||
* | | citra-qt: Move bits of constructor behavior to named functions | Lioncash | 2016-12-19 | 2 | -67/+100 |
| | | | | | | | | | | Makes the initialization process a tad easier to grok, since the constructor isn't just a glob of random unrelated behaviors. | ||||
* | | Merge pull request #2351 from CaptV0rt3x/master | bunnei | 2016-12-18 | 1 | -0/+1 |
|\ \ | | | | | | | Fixed game_list focus issue. | ||||
| * | | Fixed game_list focusing issue. | Vamsi Krishna | 2016-12-18 | 1 | -0/+1 |
| | | | | | | | | | | | | added line render_window->setFocus(); | ||||
* | | | line fixup for travis ci | CaptV0rt3x | 2016-12-18 | 1 | -1/+0 |
| | | | |||||
* | | | screen swap - Hotkey mapping | Vamsi Krishna | 2016-12-18 | 2 | -5/+1 |
|/ / | |||||
* | | Merge pull request #2303 from freiro/citra-qt_missing_sdl2_dll | bunnei | 2016-12-16 | 1 | -23/+6 |
|\ \ | | | | | | | Copy SDL2.dll when compiling citra-qt with msvc | ||||
| * | | Modularized Qt and SDL file copying | freiro | 2016-12-13 | 1 | -2/+4 |
| | | | | | | | | | | | | Now cmake relies on two submodules to copy the libraries in the proper folders | ||||
| * | | Modularization of copy_msvc_libraries cmake funct | freiro | 2016-12-11 | 1 | -20/+2 |
| | | | | | | | | | | | | | | | Created a new folder in Citra's root called CMakeModules that should contain cmake functions used by the various CMakeLists.txt. | ||||
| * | | Removed redundant Qt check and other fixes | freiro | 2016-12-11 | 1 | -20/+19 |
| | | | | | | | | | | | | | | | This removes a redundant check and moves part of the code to a separate function. | ||||
| * | | [MSVC] Copy SDL2.dll to build folder | freiro | 2016-12-11 | 1 | -20/+20 |
| | | | | | | | | | | | | | | | CMake now copies SDL2.dll when compiling citra with citra-qt as a target on MSVC. | ||||
* | | | Merge pull request #2322 from MerryMage/ctx-mnu | Merry | 2016-12-16 | 5 | -4/+52 |
|\ \ \ | | | | | | | | | game_list: Add a context menu with "Open Save Location" option | ||||
| * | | | main: Open folder when open save folder location context menu is clicked | MerryMage | 2016-12-15 | 2 | -0/+20 |
| | | | | |||||
| * | | | game_list: Implement context menu for items in list | MerryMage | 2016-12-15 | 3 | -4/+32 |
| | | | | | | | | | | | | | | | | * Add a context menu with a "Open Save Data Location" action | ||||
* | | | | Merge pull request #2260 from Subv/scheduling | bunnei | 2016-12-16 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Threading: Reworked the way our scheduler works. | ||||
| * | | | | Fixed the codestyle to match our clang-format rules. | Subv | 2016-12-14 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | WaitSynch: Removed unused variables and reduced SharedPtr copies. | Subv | 2016-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define a variable with the value of the sync timeout error code. Use a boost::flat_map instead of an unordered_map to hold the equivalence of objects and wait indices in a WaitSynchN call. | ||||
| * | | | | Threading: Added some utility functions and const correctness. | Subv | 2016-12-04 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Threading: Reworked the way our scheduler works. | Subv | 2016-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Threads will now be awakened when the objects they're waiting on are signaled, instead of repeating the WaitSynchronization call every now and then. The scheduler is now called once after every SVC call, and once after a thread is awakened from sleep by its timeout callback. This new implementation is based off reverse-engineering of the real kernel. See https://gist.github.com/Subv/02f29bd9f1e5deb7aceea1e8f019c8f4 for a more detailed description of how the real kernel handles rescheduling. | ||||
* | | | | | Merge pull request #2249 from Subv/sessions_v3 | Yuri Kunde Schlesner | 2016-12-15 | 1 | -1/+0 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | ||||
| * | | | | Fixed the rebase mistakes. | Subv | 2016-12-01 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | Merge pull request #2267 from JayFoxRox/fix-mingw-cc | Sebastian Valle | 2016-12-11 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Support mingw cross-compilation | ||||
| * | | | | | Unify Windows ICON resource name | Jannik Vogel | 2016-12-05 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Support mingw cross-compile | Jannik Vogel | 2016-12-05 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | citra-qt: Make constructors explicit where applicable | Lioncash | 2016-12-11 | 15 | -32/+35 |
| | | | | | |||||
* | | | | | citra-qt: Add missing #pragma once directives | Lioncash | 2016-12-11 | 5 | -0/+10 |
| | | | | | |||||
* | | | | | game_list: Make slots private functions | Lioncash | 2016-12-11 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The new Qt event syntax allows for regular member functions to be used in connect(), so explicitly indicating slots isn't necessary. | ||||
* | | | | | game_list: Make the constructor explicit | Lioncash | 2016-12-11 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | game_list: Make the AddEntry argument a const reference | Lioncash | 2016-12-11 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | appendRow takes a QList by const reference, so it doesn't need to be modifiable. | ||||
* | | | | | game_list: Replace 0 literals with nullptr | Lioncash | 2016-12-11 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | game_list: Use QT5's new event connection syntax | Lioncash | 2016-12-11 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | Makes for more compact code in most places. | ||||
* | | | | | game_list: Pass the parent constructor argument to the QWidget base class | Lioncash | 2016-12-11 | 1 | -1/+1 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | If the control was ever passed an explicit parent, a potential memory leak would happen, as the game list wouldn't be freed. However, in our case, the game list was placed within a layout, which automatically performs reparenting, avoiding this issue. | ||||
* | | | | graphics_cmdlists: Get rid of variable shadowing | Lioncash | 2016-12-11 | 1 | -14/+18 |
| | | | | |||||
* | | | | graphics_cmdlists: Get rid of an unused variable | Lioncash | 2016-12-11 | 1 | -1/+0 |
| | | | | |||||
* | | | | graphics_cmdlists: Make LoadTexture and TextureInfoWidget src arguments const | Lioncash | 2016-12-11 | 1 | -3/+4 |
| | | | | |||||
* | | | | graphics_cmdlists: Make LoadImage internally linked | Lioncash | 2016-12-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Puts the TextureInfoWidget definition in the anonymous namespace as well, as it's only used in the translation unit as well. | ||||
* | | | | Add all services to the Service namespace | Lioncash | 2016-12-11 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | Previously there was a split where some of the services were in the Service namespace and others were not. | ||||
* | | | | configure_input: Modernize and cleanup input configuration tab | MerryMage | 2016-12-11 | 2 | -115/+101 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | * Removed use of raw QTimer* pointer. * Update to use type-safe QObject::connect. * getKeyName can be a static local function. * Prefer to use function arguments instead of member variables. * Store Qt::Key instead of converting string back into keycode. | ||||
* | | | Implement Frame rate limiter (#2223) | emmauss | 2016-12-06 | 3 | -0/+11 |
|/ / | | | | | | | | | | | * implement frame limiter * fixes | ||||
* / | Remove unused version.h | Jannik Vogel | 2016-12-01 | 2 | -12/+0 |
|/ | |||||
* | Merge pull request #2196 from Subv/system_mode | Yuri Kunde Schlesner | 2016-11-28 | 2 | -9/+21 |
|\ | | | | | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | ||||
| * | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 2016-11-28 | 1 | -5/+4 |
| | | | | | | | | | | | | | | 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849 | ||||
| * | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 2016-11-20 | 2 | -9/+22 |
| | | | | | | | | | | | | | | 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849 | ||||
* | | GPU: Remove the broken frame_skip option. | Emmanuel Gil Peyrot | 2016-11-27 | 1 | -2/+0 |
|/ | | | | Fixes #1960. | ||||
* | Merge pull request #2172 from jroweboy/fix-mingw | bunnei | 2016-11-16 | 1 | -0/+4 |
|\ | | | | | Fix mingw compilation support | ||||
| * | Add mingw compile support | James Rowe | 2016-11-14 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #1753 from jroweboy/frame_layouts | bunnei | 2016-11-16 | 7 | -44/+101 |
|\ \ | |/ |/| | Support additional screen layouts. | ||||
| * | Add default hotkey to swap primary screens. | James Rowe | 2016-11-05 | 4 | -2/+13 |
| | | | | | | | | Also minor style changes | ||||
| * | Support additional screen layouts. | James Rowe | 2016-11-05 | 5 | -44/+90 |
| | | | | | | | | | | Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | ||||
* | | Minor Menu Fixes | Pringo | 2016-11-11 | 2 | -2/+2 |
|/ | |||||
* | build: add default install for DragonFly, Solaris, etc. | Jan Beich | 2016-10-28 | 1 | -1/+1 |
| | |||||
* | Fix typos | Ricardo de Almeida Gonzaga | 2016-10-20 | 3 | -4/+4 |
| | |||||
* | Merge pull request #1652 from wwylele/kernal-tool | bunnei | 2016-10-05 | 5 | -0/+620 |
|\ | | | | | Debugger: implement wait tree widget | ||||
| * | implement wait tree widget | wwylele | 2016-09-22 | 5 | -0/+620 |
| | | |||||
* | | qt: shutdown system if error | wwylele | 2016-09-22 | 1 | -2/+3 |
|/ | |||||
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 19 | -19/+19 |
| | |||||
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 47 | -133/+50 |
| | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 20 | -93/+71 |
| | |||||
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 54 | -969/+984 |
| | |||||
* | qt: Add UI configuration option to enable CPU JIT. | bunnei | 2016-09-15 | 2 | -0/+25 |
| | |||||
* | core: Add configuration option for CPU JIT. | bunnei | 2016-09-15 | 1 | -0/+2 |
| | |||||
* | Qt: fix birthday combo box updating | wwylele | 2016-09-13 | 1 | -2/+3 |
| | |||||
* | Qt: unify running detection | wwylele | 2016-09-02 | 5 | -12/+9 |
| | |||||
* | Merge pull request #2032 from bunnei/qt-graphics | bunnei | 2016-09-01 | 14 | -82/+232 |
|\ | | | | | Qt graphics configure & V-Sync option | ||||
| * | qt: Rename all "toogle" to "toggle". | bunnei | 2016-09-01 | 6 | -24/+24 |
| | | |||||
| * | qt: Add an option to settings for enabling V-Sync. | bunnei | 2016-08-30 | 1 | -0/+4 |
| | | |||||
| * | qt: Recreate GL context on startup to support changing V-Sync. | bunnei | 2016-08-30 | 3 | -25/+39 |
| | | |||||
| * | config: Add a setting for graphics V-Sync. | bunnei | 2016-08-30 | 4 | -1/+12 |
| | | |||||
| * | qt: Add a configuration tab for Graphics and move relevant fields. | bunnei | 2016-08-30 | 8 | -48/+169 |
| | | |||||
* | | configure_audio: User-configuratble option to enable/disable audio stretching | MerryMage | 2016-08-31 | 3 | -0/+15 |
|/ | |||||
* | citra: Default to HW renderer. | bunnei | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | Input GUI: Add tab to remap controls (#1900) | Anon | 2016-07-29 | 9 | -8/+825 |
| | |||||
* | CMake: Fix Info.plist template for citra_qt/OSX | Dale Whinham | 2016-07-21 | 1 | -1/+1 |
| | | | | | | | | | The Info.plist template incorrectly uses parentheses instead of curly braces, which means that building the .app bundle using regular 'make' results in the variable not being replaced, and hence the app bundle won't start because the executable name is incorrect. This commit fixes this issue. | ||||
* | Qt: add system settings config tab | wwylele | 2016-07-10 | 8 | -4/+450 |
| | |||||
* | Merge pull request #1923 from yuriks/fix-recursive | bunnei | 2016-06-22 | 1 | -5/+3 |
|\ | | | | | Fix recursive scanning of directories | ||||
| * | Fix recursive scanning of directories | Yuri Kunde Schlesner | 2016-06-19 | 1 | -5/+3 |
| | | | | | | | | | | | | ForeachDirectoryEntry didn't actually do anything with the `recursive` parameter, and the corresponding callback parameter was shadowing the actual recursion counters in the user functions. | ||||
* | | Qt: Fix MicroProfile dpi scaling | Yuri Kunde Schlesner | 2016-06-19 | 1 | -7/+6 |
|/ | |||||
* | Merge pull request #1789 from wwylele/input-refactor | bunnei | 2016-06-11 | 2 | -4/+11 |
|\ | | | | | Refactor input mapping & implement circle pad modifier | ||||
| * | implement circle pad modifier | wwylele | 2016-05-15 | 1 | -0/+3 |
| | | |||||
| * | Refactor input subsystem | wwylele | 2016-05-15 | 2 | -4/+8 |
| | | |||||
* | | Merge pull request #1765 from JayFoxRox/debug-surface-viewer | bunnei | 2016-06-08 | 9 | -583/+876 |
|\ \ | | | | | | | Debugger: Pica surface viewer | ||||
| * | | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' | Jannik Vogel | 2016-05-07 | 9 | -583/+876 |
| | | | |||||
* | | | Remove unused and bitrotted "controller config" files | archshift | 2016-06-02 | 6 | -671/+0 |
| | | | |||||
* | | | AddFstEntriesToGameList - prevent loading a directory | LFsWang | 2016-06-01 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #1751 from linkmauve/no-recursive-readdir | bunnei | 2016-05-31 | 2 | -6/+7 |
|\ \ \ | | | | | | | | | Make recursive FileUtil functions take a maximum recursion | ||||
| * | | | Common: Make recursive FileUtil functions take a maximum recursion | Emmanuel Gil Peyrot | 2016-05-21 | 2 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1115. Also improves the performances of DiskArchive’s directory implementation a lot, simply by not going through the entire tree instead of just listing the first level files. Thanks to JayRoxFox for rebasing this on current master! | ||||
* | | | | Merge pull request #1692 from Subv/rm_getpointer2 | bunnei | 2016-05-30 | 1 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | Memory: Remove most usages of GetPointer | ||||
| * | | | | Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAddress | MerryMage | 2016-05-21 | 1 | -1/+4 |
| |/ / / | |||||
* | | | | Merge pull request #1817 from linkmauve/smdh-stuff | bunnei | 2016-05-25 | 3 | -61/+24 |
|\ \ \ \ | | | | | | | | | | | Improve SMDH support in loaders and frontends | ||||
| * | | | | Loader: Split SMDH into its own header and import helpers from QGameList | Emmanuel Gil Peyrot | 2016-05-21 | 1 | -42/+11 |
| | | | | | | | | | | | | | | | | | | | | Also rewrite Qt wrappers to use those. | ||||
| * | | | | CitraQt: Simplify the game list loader code | Emmanuel Gil Peyrot | 2016-05-21 | 2 | -19/+5 |
| | | | | | |||||
| * | | | | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | 2016-05-21 | 1 | -1/+9 |
| |/ / / | | | | | | | | | | | | | | | | | This allows frontends to keep a single loader and use it multiple times e.g. for code loading and SMDH parsing. | ||||
* | | | | New3DS: Minor style cleanup to #1520. | bunnei | 2016-05-24 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #1520 from JamePeng/checknew3ds | bunnei | 2016-05-24 | 1 | -2/+4 |
|\ \ \ \ | |/ / / |/| | | | Implement CheckNew3DS and CheckNew3DSApp | ||||
| * | | | Implement CheckNew3DS and CheckNew3DSApp | JamePeng | 2016-04-20 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Append an item[is_new3ds] to config file[System] group Implement APT::SetNSStateField,it will update the unknown NS_state_field | ||||
* | | | | Config: Restore previously selected audio sink option (#1824) | James Rowe | 2016-05-20 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #1785 from MerryMage/mp-dpi | bunnei | 2016-05-19 | 1 | -4/+12 |
|\ \ \ \ | | | | | | | | | | | Microprofile: DPI-aware drawing | ||||
| * | | | | Microprofile: DPI-aware drawing | MerryMage | 2016-05-12 | 1 | -4/+12 |
| | | | | | |||||
* | | | | | Config: Audio sink configuration (#1798) | Maribel | 2016-05-19 | 6 | -0/+134 |
| |_|_|/ |/| | | | |||||
* | | | | Move default_attributes into Pica state | Jannik Vogel | 2016-05-12 | 1 | -1/+1 |
|/ / / | |||||
* | | | Turn ShaderSetup into struct | Jannik Vogel | 2016-05-11 | 1 | -1/+1 |
| | | | |||||
* | | | fixup simple type conversions where possible | Alexander Laties | 2016-05-07 | 2 | -2/+2 |
| | | | |||||
* | | | Frontends, VideoCore: Move glad initialisation to the frontend | Emmanuel Gil Peyrot | 2016-05-06 | 1 | -0/+11 |
| |/ |/| | | | | | | | | | | | | | | | | | On SDL2 this allows it to use SDL_GL_GetProcAddress() instead of the default function loader, and fixes a crash when using apitrace with an EGL context. On Qt we will need to migrate from QGLWidget to QOpenGLWidget and QOpenGLContext before we can use gladLoadGLLoader() instead of gladLoadGL(), since the former doesn’t expose a function loader. | ||||
* | | Merge pull request #1700 from wwylele/gamelist-icon | bunnei | 2016-05-06 | 4 | -14/+111 |
|\ \ | | | | | | | Qt: display game icon and title in the game list | ||||
| * | | add missing header | wwylele | 2016-05-04 | 1 | -0/+1 |
| | | | |||||
| * | | make the name column larger as default | wwylele | 2016-05-04 | 1 | -1/+5 |
| | | | |||||
| * | | add icon & title to game list | wwylele | 2016-05-04 | 3 | -13/+105 |
| | | | |||||
* | | | Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation | Jannik Vogel | 2016-05-04 | 2 | -3/+3 |
| | | | |||||
* | | | VideoCore: Run include-what-you-use and fix most includes. | Emmanuel Gil Peyrot | 2016-04-30 | 1 | -0/+4 |
| | | | |||||
* | | | Audio: Add sink selection to configuration files | MerryMage | 2016-04-30 | 1 | -0/+8 |
|/ / | |||||
* | | Common: Remove section measurement from profiler (#1731) | Yuri Kunde Schlesner | 2016-04-29 | 1 | -24/+2 |
| | | | | | | | | This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI. | ||||
* | | Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) | Henrik Rydgård | 2016-04-29 | 4 | -1/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Make Citra build with MICROPROFILE_ENABLED set to 0 * Buildfix with microprofile kept on * moc did not like a dialog to conditionally exist. * Cleanup * Fix end of line | ||||
* | | Qt Frontend: Add Threads::Threads import in CMakeLists.txt. | Emmanuel Gil Peyrot | 2016-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | This had been forgotten in df81fa11fc8972a5775a57ccde1e0ef8d7fbfe64. Fixes #1711. | ||||
* | | Replace std::map with std::array for graphics event breakpoints, and allow the compiler to inline. Saves 1%+ in vertex heavy situations. | Henrik Rydgard | 2016-04-24 | 1 | -2/+2 |
| | | |||||
* | | debugger: Warn if we reach an unreachable format | Sam Spilsbury | 2016-04-23 | 1 | -0/+6 |
| | | |||||
* | | Config: Add scaled resolution option | tfarley | 2016-04-21 | 3 | -0/+11 |
| | | |||||
* | | Configure Dialog: Remove minimumSize property | MerryMage | 2016-04-15 | 1 | -12/+0 |
| | | |||||
* | | CitraQt: Apply config at startup | Jannik Vogel | 2016-04-11 | 4 | -12/+3 |
| | | |||||
* | | Merge pull request #1368 from LittleWhite-tb/configure-widget | bunnei | 2016-04-11 | 21 | -262/+807 |
|\ \ | |/ |/| | Implementation for a configure widget | ||||
| * | Add more stuff to configure. | LittleWhite | 2016-03-22 | 15 | -120/+211 |
| | | |||||
| * | Whole config is handled by Config class. | LittleWhite | 2016-03-21 | 8 | -118/+181 |
| | | | | | | | | This also means : we have only one config file, now | ||||
| * | Add Configure widget | LittleWhite | 2016-03-21 | 18 | -142/+533 |
| | | |||||
* | | Merge pull request #1643 from MerryMage/make_unique | Mathew Maidment | 2016-04-06 | 1 | -2/+2 |
|\ \ | | | | | | | Common: Remove Common::make_unique, use std::make_unique | ||||
| * | | Common: Remove Common::make_unique, use std::make_unique | MerryMage | 2016-04-05 | 1 | -2/+2 |
| |/ | |||||
* | | remove debug code | LFsWang | 2016-03-31 | 1 | -1/+1 |
| | | |||||
* | | Fix encode problem On Windows | LFsWang | 2016-03-31 | 2 | -6/+6 |
| | | |||||
* | | Compilation fix | LittleWhite | 2016-03-28 | 1 | -1/+1 |
| | | |||||
* | | Fix Qt chinese words encode problem on Windows | LFsWang | 2016-03-17 | 2 | -3/+3 |
|/ | |||||
* | Merge pull request #1466 from LittleWhite-tb/gamelist-update-recent | Yuri Kunde Schlesner | 2016-03-17 | 2 | -5/+4 |
|\ | | | | | Register ROM started through the gamelist in the list of ROM recently started | ||||
| * | Register ROM started through the gamelist in the list of ROM recently started | LittleWhite | 2016-03-16 | 2 | -5/+4 |
| | | |||||
* | | PICA: Fix MAD/MADI encoding | Jannik Vogel | 2016-03-15 | 1 | -2/+10 |
|/ | |||||
* | Fix attribute mapping in vs debugger | Jannik Vogel | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1344 from LittleWhite-tb/error-output | bunnei | 2016-03-09 | 2 | -7/+60 |
|\ | | | | | Output errors in GUI | ||||
| * | Improve error report from Init() functions | LittleWhite | 2016-03-08 | 2 | -12/+40 |
| | | | | | | | | Add error popup when citra initialization failed | ||||
| * | Display errors in GUI when loading ROM failed | LittleWhite | 2016-03-03 | 1 | -1/+26 |
| | | |||||
* | | Set the appropriate locale to get float conversion working using std::to_string | LittleWhite | 2016-03-07 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #1394 from ds84182/immediate-mode-vtx | bunnei | 2016-03-03 | 4 | -1/+5 |
|\ | | | | | Add immediate mode vertex submission | ||||
| * | Add immediate mode vertex submission | Dwayne Slater | 2016-03-03 | 4 | -1/+5 |
| | | |||||
* | | Merge pull request #1403 from MerryMage/sdl | bunnei | 2016-03-03 | 1 | -18/+7 |
|\ \ | |/ |/| | Dependencies: Remove GLFW, Add SDL2 | ||||
| * | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 2016-03-02 | 1 | -18/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files | ||||
* | | Merge pull request #1352 from LittleWhite-tb/exit_check | bunnei | 2016-02-26 | 2 | -0/+26 |
|\ \ | |/ |/| | Add check before closure when emulation is running | ||||
| * | Add a configuration entry to enable/disable the check | LittleWhite | 2016-02-04 | 2 | -9/+10 |
| | | |||||
| * | Add check before closure when emulation is running | LittleWhite | 2016-02-04 | 2 | -0/+25 |
| | | | | | | | | | | | | | | Implement confirmation in a specific function Fix typos and coding style Coding convention | ||||
* | | AudioCore: Skeleton Implementation | MerryMage | 2016-02-21 | 1 | -1/+1 |
|/ | | | | | | | | | This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation. | ||||
* | Change default gameListRootDir from "" to "." | archshift | 2016-01-07 | 1 | -1/+1 |
| | | | Not much thought went into that one... | ||||
* | Merge pull request #1330 from archshift/add-defaults | bunnei | 2016-01-03 | 1 | -1/+1 |
|\ | | | | | Gamelist: supply default settings for QSettings config | ||||
| * | Gamelist: supply default settings for QSettings config | archshift | 2016-01-01 | 1 | -1/+1 |
| | | |||||
* | | core: Use unique_ptr for holding the interpreter instances | Lioncash | 2015-12-30 | 2 | -12/+8 |
|/ | |||||
* | Refactor ScanDirectoryTreeAndCallback to separate errors and retvals | archshift | 2015-11-27 | 1 | -7/+9 |
| | | | | | | | | | ScanDirectoryTreeAndCallback, before this change, coupled error/return codes and actual return values (number of entries found). This caused confusion and difficulty interpreting the precise way the function worked. Supersedes, and closes #1255. | ||||
* | Merge pull request #1122 from polaris-/gdbstub | bunnei | 2015-11-12 | 4 | -0/+31 |
|\ | | | | | gdbstub implementation | ||||
| * | Handle changes pointed out in comments on PR | polaris- | 2015-10-22 | 1 | -2/+1 |
| | | |||||
| * | Implement gdbstub | polaris- | 2015-10-04 | 4 | -0/+32 |
| | | |||||
* | | change file path encoding to Local8bit() | wwylele | 2015-10-20 | 2 | -5/+5 |
| | | | | | | | | to support non-latin characters | ||||
* | | Merge pull request #1207 from kemenaran/persist-citra-settings-in-qt | bunnei | 2015-10-20 | 1 | -0/+8 |
|\ \ | | | | | | | citra-qt: save hardware-rendering and shaders-jit settings | ||||
| * | | citra-qt: persist hardware-rendering and shaders-jit settings | Pierre de La Morinerie | 2015-10-18 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | Before this changing these settings from the GUI would apply the settings, but they were reseted to the default values when exiting citra. | ||||
* | | | citra-qt: Add icon to Mac app | Pierre de La Morinerie | 2015-10-14 | 1 | -1/+3 |
|/ / | | | | | Previously the Mac app didn't have any icon. | ||||
* | | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | Emmanuel Gil Peyrot | 2015-10-09 | 1 | -1/+1 |
| | | | | | | | | The LOG_* function itself already appends one. | ||||
* | | Merge pull request #1189 from archshift/game-list-toggle-window | bunnei | 2015-10-07 | 1 | -0/+1 |
|\ \ | | | | | | | Game list: propely hide on toggling window mode | ||||
| * | | Game list: propely hide on toggling window mode | archshift | 2015-10-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | Properly hides the game list upon toggling from external window mode to single window mode. Previously, both the game list and the render window would have been shown at the same time upon toggling. | ||||
* | | | Silence -Wsign-compare warnings. | Rohit Nirmal | 2015-10-07 | 1 | -4/+4 |
|/ / | |||||
* | | citra-qt: Fix mouse events coordinates on high-DPI screens | Pierre de La Morinerie | 2015-10-04 | 2 | -12/+21 |
| | | |||||
* | | citra-qt: Enable high-DPI widgets on Mac app | Pierre de La Morinerie | 2015-10-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | The OS will render the widgets using the system screen DPI (instead of being locked at @1x resolution). This has no impact on the existing high-DPI rendering code in Citra, which means that the resolution of the emulated content is increased to the real number of pixels, as on other platforms. | ||||
* | | citra-qt: Use custom Info.plist for Mac builds | Pierre de La Morinerie | 2015-10-04 | 2 | -0/+38 |
|/ | | | | | | Instead of letting CMake re-generate an automatic Info.plist file on every build, use our own. This allows greater control on the application bundle settings. | ||||
* | Merge pull request #1095 from archshift/game-list | bunnei | 2015-10-02 | 9 | -7/+432 |
|\ | | | | | Initial implementation of a game list | ||||
| * | Game list: save and load column sizes, sort order, to QSettings | archshift | 2015-10-02 | 3 | -0/+24 |
| | | |||||
| * | Add menu item for selecting the game list folder | archshift | 2015-10-02 | 3 | -1/+23 |
| | | |||||
| * | Initial implementation of a game list | archshift | 2015-10-02 | 6 | -2/+356 |
| | | |||||
| * | Add helper function for creating a readable byte size string. | archshift | 2015-10-02 | 2 | -0/+16 |
| | | |||||
| * | Don't show render window until a game is started | archshift | 2015-10-02 | 2 | -4/+13 |
| | | |||||
* | | Fix for the refresh issue when no rendering is done | LittleWhite | 2015-09-24 | 2 | -4/+14 |
| | | |||||
* | | citra-qt: Fix connect error on startup | Kloen | 2015-09-18 | 2 | -5/+13 |
|/ | |||||
* | Merge pull request #1123 from yuriks/gsp-flush | Yuri Kunde Schlesner | 2015-09-14 | 1 | -2/+2 |
|\ | | | | | GSP: Implement command 0x05, used for flushing caches | ||||
| * | GSP: Implement command 0x05, used for flushing caches | Yuri Kunde Schlesner | 2015-09-14 | 1 | -2/+2 |
| | | | | | | | | | | | | May fix additional texture caching issues. (Though mostly in homebrew, I haven't seen any commercial software use this to flush anything but command lists.) | ||||
* | | Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindow | bunnei | 2015-09-14 | 3 | -0/+15 |
|\ \ | |/ |/| | Stop emulation when render window is closed | ||||
| * | Stop emulation when render window is closed | LittleWhite | 2015-09-07 | 3 | -0/+15 |
| | | |||||
* | | general: Replace 0 literals with nullptr where applicable | Lioncash | 2015-09-12 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1147 from lioncash/nullptr | Yuri Kunde Schlesner | 2015-09-11 | 7 | -7/+7 |
|\ \ | | | | | | | General: Replace NULL and '0' usages with nullptr where applicable | ||||
| * | | General: Replace NULL and '0' usages with nullptr where applicable | Lioncash | 2015-09-11 | 7 | -7/+7 |
| | | | |||||
* | | | Merge pull request #1149 from lioncash/override | Yuri Kunde Schlesner | 2015-09-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | graphics_breakpoints_p: Add missing override specifier | ||||
| * | | | graphics_breakpoints_p: Add missing override specifier | Lioncash | 2015-09-11 | 1 | -1/+1 |
| |/ / | |||||
* / / | citra_qt: Reorganize headers | Lioncash | 2015-09-11 | 24 | -100/+81 |
|/ / | |||||
* | | Merge pull request #1125 from yuriks/uilayout-config | Yuri Kunde Schlesner | 2015-09-08 | 1 | -0/+7 |
|\ \ | | | | | | | citra-qt: Separate UI layout state in a separate section of the config | ||||
| * | | citra-qt: Separate UI layout state in a separate section of the config | Yuri Kunde Schlesner | 2015-09-08 | 1 | -0/+7 |
| | | | | | | | | | | | | Closes #1113 | ||||
* | | | citra-qt: Trim recently used files list to size when insterting new item | Yuri Kunde Schlesner | 2015-09-08 | 1 | -0/+4 |
|/ / | | | | | | | | | | | Even though they weren't visible in the UI, old entries would never be removed from the list and would be stored in the config file across sessions. | ||||
* | | Merge pull request #1118 from Kloen/monospace-font | bunnei | 2015-09-07 | 2 | -1/+35 |
|\ \ | | | | | | | citra-qt: Use monospace font on Disassembler and ARM Registers | ||||
| * | | citra-qt: Use monospace font on Disassembler and ARM Registers | Kloen | 2015-09-07 | 2 | -1/+35 |
| |/ | |||||
* | | Shader Debugger: Allow editing of input vertex data | Yuri Kunde Schlesner | 2015-09-07 | 1 | -0/+2 |
| | | |||||
* | | Shader Debugger: Highlight current instruction instead of focusing | Yuri Kunde Schlesner | 2015-09-07 | 1 | -4/+15 |
| | | | | | | | | | | This avoid some annoying focus stealing in some situations, and looks nicer in general. | ||||
* | | Shader Debugger: Remove useless signal | Yuri Kunde Schlesner | 2015-09-07 | 2 | -10/+2 |
| | | |||||
* | | Shader Debugger: Fix only first vertex attribute being loaded | Yuri Kunde Schlesner | 2015-09-07 | 1 | -7/+7 |
| | | |||||
* | | Shader Debugger: Fix freeze when double-clicking shader disassembly | Yuri Kunde Schlesner | 2015-09-07 | 3 | -14/+4 |
| | | |||||
* | | Shader Debugger: Improve space efficiency of the layout | Yuri Kunde Schlesner | 2015-09-07 | 1 | -9/+18 |
| | | |||||
* | | Shader Disassembly: Fix printing of jump offsets | Yuri Kunde Schlesner | 2015-09-07 | 1 | -4/+4 |
| | | |||||
* | | Shader Disassembly: Fix disassembly of IFU/CALLU instructions | Yuri Kunde Schlesner | 2015-09-07 | 1 | -0/+1 |
| | | |||||
* | | Shader Disassembly: Implement support for MAD/MADI | Yuri Kunde Schlesner | 2015-09-07 | 1 | -0/+31 |
| | | |||||
* | | Shader Disassembly: Introduce variables to hold common subexpressions | Yuri Kunde Schlesner | 2015-09-07 | 1 | -16/+20 |
| | | |||||
* | | Shader Debugger: Initialize input_vertex to prevent crashes | Yuri Kunde Schlesner | 2015-09-07 | 1 | -0/+7 |
| | | | | | | | | | | | | If the first type of breakpoint to be hit wasn't "Vertex Loaded", the input_vertex would contain garbage, which would be passed to the shader interpreter and ocasionally cause crashes. | ||||
* | | Shader Disassembly: Cleanup code and improve output alignment | Yuri Kunde Schlesner | 2015-09-07 | 1 | -66/+79 |
|/ | |||||
* | citra-qt: Move system shutdown to run inside EmuThread | Yuri Kunde Schlesner | 2015-09-03 | 2 | -3/+3 |
| | | | | | | This stops (for some reason sporadic) crashes and OpenGL errors during shutdown, when the OpenGL renderer tries to clean up objects from the UI thread, which has no OpenGL context active. | ||||
* | Increase required OpenGL version to 3.3 | Yuri Kunde Schlesner | 2015-08-30 | 1 | -1/+1 |
| | | | | | This gives us several niceties such as Sampler Objects, shader attribute locations and Timer Queries. | ||||
* | citra-qt: Add a missing header guard to util.h | Lioncash | 2015-08-26 | 1 | -0/+2 |
| | |||||
* | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 2015-08-25 | 5 | -0/+240 |
| | | | | | This brings goodies such as a configurable user interface and multi-threaded timeline view. | ||||
* | citra-qt: Add helper function to get a monospace QFont | Yuri Kunde Schlesner | 2015-08-25 | 6 | -5/+32 |
| | |||||
* | Improvements for MRU | LittleWhite | 2015-08-19 | 2 | -11/+33 |
| | | | | | avoid duplicates always put the last file loaded to top of the list | ||||
* | Merge pull request #1034 from yuriks/rg8-textures | bunnei | 2015-08-17 | 1 | -1/+1 |
|\ | | | | | videocore: Added RG8 texture support | ||||
| * | citra-qt: Give RG8 format a proper name in the texture viewer | Yuri Kunde Schlesner | 2015-08-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #997 from Lectem/cmdlist_full_debug | Tony Wasserka | 2015-08-16 | 1 | -19/+23 |
|\ \ | | | | | | | citra-qt: Improve pica command list widget (add mask, fix some issues) | ||||
| * | | citra-qt/command list: Do not recreate a widget after each selection | Lectem | 2015-07-26 | 1 | -10/+10 |
| | | | | | | | | | | | | Recreating / replacing a widget is slow since it triggers a layout pass. | ||||
| * | | citra-qt/command list: Add mask column | Lectem | 2015-07-26 | 1 | -8/+10 |
| | | | |||||
| * | | citra-qt/command list: monospace font on windows | Lectem | 2015-07-26 | 1 | -1/+3 |
| | | | |||||
* | | | citra-qt/VertexShader: Minor UI improvements. | Tony Wasserka | 2015-08-16 | 2 | -10/+11 |
| | | | | | | | | | | | | | | | Renamed "Iteration index" to the (hopefully) more intuitive "Cycle Index". Added flexible space at the bottom of the widget. | ||||
* | | | citra-qt: Fix comment style. | Tony Wasserka | 2015-08-16 | 1 | -5/+6 |
| | | | |||||
* | | | Introduce a shader tracer to allow inspection of input/output values for each processed instruction. | Tony Wasserka | 2015-08-16 | 2 | -42/+261 |
| | | | |||||
* | | | Pica/DebugUtils: Include uniform information into shader dumps. | Tony Wasserka | 2015-08-16 | 1 | -3/+2 |
| | | | |||||
* | | | citra-qt: Improve shader debugger. | Tony Wasserka | 2015-08-16 | 2 | -3/+20 |
| | | | | | | | | | | | | Now supports dumping the current shader and recognizes a larger number of output semantics. | ||||
* | | | citra-qt: Print the correct swizzle mask for SRC2 in the shader disassembler. | Tony Wasserka | 2015-08-16 | 1 | -3/+3 |
| |/ |/| | |||||
* | | Merge pull request #1017 from LittleWhite-tb/qt-recent-files | bunnei | 2015-08-16 | 3 | -18/+91 |
|\ \ | | | | | | | citra-qt: save path for recent files loaded | ||||
| * | | Add menu and logic to save and load recently loaded files. | LittleWhite | 2015-08-11 | 3 | -18/+91 |
| | | | | | | | | | | | | | | | This menu is only for ROM and will not save symbols recently loaded. When the menu is empty, the menu is disabled (greyed out) | ||||
* | | | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | 2015-08-16 | 4 | -0/+20 |
| | | | | | | | | | | | | | | | - Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT. | ||||
* | | | Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP. | bunnei | 2015-08-15 | 1 | -1/+1 |
| | | | |||||
* | | | Shader: Move shader code to its own subdirectory, "shader". | bunnei | 2015-08-15 | 1 | -1/+1 |
| | | | |||||
* | | | GPU: Refactor "VertexShader" namespace to "Shader". | bunnei | 2015-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | - Also renames "vertex_shader.*" to "shader_interpreter.*" | ||||
* | | | Merge pull request #1027 from lioncash/debugger | bunnei | 2015-08-14 | 2 | -48/+176 |
|\ \ \ | | | | | | | | | debugger: Add the ability to view VFP register contents | ||||
| * | | | registers: Support viewing VFP registers | Lioncash | 2015-08-07 | 2 | -44/+172 |
| | | | | |||||
| * | | | registers: Fix a typo with CPSR's name | Lioncash | 2015-08-07 | 2 | -36/+36 |
| |/ / | |||||
* / / | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types. | Emmanuel Gil Peyrot | 2015-08-11 | 2 | -5/+9 |
|/ / | |||||
* | | Save the path leading where the last file have been loaded | LittleWhite | 2015-07-31 | 1 | -5/+20 |
| | | | | | | | | | | | | I use two variables to save the path for the ROMs and the symbols. Use of QSettings to avoid new member variable to the class. Global settings of QSettings is done in main. | ||||
* | | Merge pull request #1011 from lioncash/initializer | bunnei | 2015-07-29 | 2 | -2/+2 |
|\ \ | | | | | | | citra-qt: Adjust initializer list order | ||||
| * | | citra-qt: Adjust initializer list order | Lioncash | 2015-07-29 | 2 | -2/+2 |
| | | | | | | | | | | | | Silences a warning. | ||||
* | | | citra-qt: Pass string by const reference | Lioncash | 2015-07-29 | 2 | -2/+2 |
|/ / | |||||
* | | Update Start menu text to match with the real state of the emulator. | LittleWhite | 2015-07-28 | 1 | -0/+3 |
| | | | | | | | | Move start menu text update in ShutdownGame as adviced by neobrain | ||||
* | | Settings: Fix saving wrong values for input configuration | Trung Do | 2015-07-28 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #873 from jroweboy/input_array | Tony Wasserka | 2015-07-28 | 2 | -72/+19 |
|\ \ | |/ |/| | Move input values into an array. | ||||
| * | Move input values into an array | James Rowe | 2015-07-28 | 2 | -72/+19 |
| | | |||||
* | | Merge pull request #986 from Lectem/better_widgets | Tony Wasserka | 2015-07-26 | 1 | -12/+22 |
|\ \ | | | | | | | citra-qt: Improve pica command list widget. | ||||
| * | | citra-qt/command list: Enable uniform row heights and automatically resize columns. | Lectem | 2015-07-25 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | Uniform row heights enables some optimisations for a smoother scrolling. Resize columns to content so that we don't have to do it manually | ||||
| * | | citra-qt/command list: Split register and value columns. | Lectem | 2015-07-25 | 1 | -12/+14 |
| |/ | | | | | | | Also removed the extra spaces for each cell | ||||
* | | dyncom: Rename armdefs.h to armstate.h | Lioncash | 2015-07-26 | 1 | -1/+0 |
| | | |||||
* | | dyncom: Get rid of skyeye typedefs | Lioncash | 2015-07-26 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #892 from zawata/another-warning-fixes | Yuri Kunde Schlesner | 2015-07-25 | 3 | -3/+3 |
|\ | | | | | Yet More Warning Fixes | ||||
| * | Citra_QT : Another Conversion Warning Fix | zawata | 2015-07-19 | 1 | -1/+1 |
| | | |||||
| * | Citra_QT : Fix Conversion Warnings | zawata | 2015-07-19 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #981 from Subv/checkboxes | Yuri Kunde Schlesner | 2015-07-25 | 3 | -71/+40 |
|\ \ | | | | | | | Qt/GPU Breakpoints: Changed the widget to have a checkbox next to each bp type | ||||
| * | | Qt/GPU Breakpoints: Changed the widget so that we don't have to select and click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name. | Subv | 2015-07-24 | 3 | -71/+40 |
| | | | |||||
* | | | Qt/GPU Breakpoints: Added three more breakpoint types: | Subv | 2015-07-23 | 1 | -3/+6 |
|/ / | | | | | | | | | | | * IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip | ||||
* | | Merge pull request #929 from neobrain/geoshader_definitions | Tony Wasserka | 2015-07-21 | 1 | -1/+1 |
|\ \ | | | | | | | Pica/Shader: Add geometry shader definitions. | ||||
| * | | Pica/Shader: Add geometry shader definitions. | Tony Wasserka | 2015-07-15 | 1 | -1/+1 |
| |/ | |||||
* | | Resolve issue accidentally left unaddressed in PR #930 | Yuri Kunde Schlesner | 2015-07-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #930 from neobrain/copypaste_commandlist | Yuri Kunde Schlesner | 2015-07-21 | 2 | -1/+31 |
|\ \ | | | | | | | citra-qt: Add support for copying the command list contents to clipboard. | ||||
| * | | citra-qt: Add support for copying the command list contents to clipboard. | Tony Wasserka | 2015-07-15 | 2 | -1/+31 |
| |/ | |||||
* / | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride. | Subv | 2015-07-19 | 1 | -1/+1 |
|/ | | | | Also added its name to the texture viewer widget | ||||
* | Merge pull request #924 from aroulin/qt-disassembly-step | Yuri Kunde Schlesner | 2015-07-13 | 2 | -2/+5 |
|\ | | | | | Qt: Fix disassembly widget stepping | ||||
| * | Qt: Fix disassembly widget stepping | aroulin | 2015-07-13 | 2 | -2/+5 |
| | | |||||
* | | citra-qt: Add depth formats to framebuffer viewing widget. | Tony Wasserka | 2015-07-13 | 2 | -6/+33 |
| | | |||||
* | | citra-qt: Properly specify the framebuffer format. | Tony Wasserka | 2015-07-13 | 2 | -3/+28 |
| | | |||||
* | | CiTrace: Clean up initialization method. | Tony Wasserka | 2015-07-13 | 1 | -9/+15 |
| | | |||||
* | | CiTrace: Record LCD registers. Cleanup recording code. | Tony Wasserka | 2015-07-13 | 1 | -7/+11 |
| | | |||||
* | | CiTrace: Record default vertex attributes. | Tony Wasserka | 2015-07-13 | 1 | -0/+8 |
| | | |||||
* | | citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation. | Tony Wasserka | 2015-07-13 | 3 | -2/+39 |
| | | |||||
* | | Add CiTrace recording support. | Tony Wasserka | 2015-07-13 | 5 | -1/+159 |
|/ | | | | | | This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still). | ||||
* | Merge pull request #910 from linkmauve/install | Tony Wasserka | 2015-07-12 | 1 | -1/+3 |
|\ | | | | | Tell CMake to install the compiled binaries on Linux. | ||||
| * | Citra, CitraQt: Tell cmake to install the compiled binaries. | Emmanuel Gil Peyrot | 2015-07-09 | 1 | -1/+3 |
| | | | | | | | | | | This will help packaging tremendously, as a `make DESTDIR=… install` will now put every file at their place (on Linux and related). | ||||
* | | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | 2015-06-28 | 7 | -6/+17 |
| | | |||||
* | | Common: Remove now-unused EMU_PLATFORM define, fixes issue #373. | Emmanuel Gil Peyrot | 2015-06-27 | 1 | -4/+0 |
|/ | |||||
* | Make the call stack entries not editable | Greg Wicks | 2015-06-19 | 1 | -0/+3 |
| | |||||
* | Robocopy doesn't like trailing slashes | Clienthax | 2015-06-09 | 1 | -4/+4 |
| | |||||
* | Merge pull request #811 from archshift/commonify | archshift | 2015-05-31 | 2 | -3/+4 |
|\ | | | | | Commonify video_core utility headers | ||||
| * | Move video_core/color.h to common/color.h | archshift | 2015-05-30 | 1 | -1/+2 |
| | | |||||
| * | Move video_core/math.h to common/vector_math.h | archshift | 2015-05-30 | 1 | -2/+2 |
| | | | | | | | | The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core. | ||||
* | | Merge pull request #832 from yuriks/refresh-rate-option | bunnei | 2015-05-31 | 1 | -2/+0 |
|\ \ | | | | | | | Remove gpu_refresh_rate configuration option | ||||
| * | | Remove gpu_refresh_rate configuration option | Yuri Kunde Schlesner | 2015-05-30 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | Changing it makes emulation inherently inaccurate. It also had a wrong default value (30, whereas the real system has a refresh rate of 60 Hz) which, even if changed, would continue to be used unless people manually removed it from their config files. | ||||
* | | | Merge pull request #830 from SeannyM/qt-noborder | bunnei | 2015-05-30 | 1 | -2/+15 |
|\ \ \ | |_|/ |/| | | QT: Remove border around widgets | ||||
| * | | QT: Remove border around widgets | Sean Maas | 2015-05-29 | 1 | -2/+15 |
| | | | |||||
* | | | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 5 | -7/+7 |
| |/ |/| | |||||
* | | Assets: Move citra.ico from src/assets to dist. | Emmanuel Gil Peyrot | 2015-05-25 | 1 | -0/+0 |
|/ | |||||
* | Qt: Silence a bogus warning printed when using the debug runtime | Yuri Kunde Schlesner | 2015-05-23 | 1 | -1/+7 |
| | | | | | | | | The Qt debug runtime prints a bogus warning on the console if you haven't called makeCurrent since the last time you called swapBuffers. This presumably means something if you're using QGLWidget the "regular" way, but in our multi-threaded use case is harmless since we never call doneCurrent in the rendering thread. | ||||
* | Pica: Create 'State' structure and move state memory there. | bunnei | 2015-05-23 | 3 | -10/+10 |
| | |||||
* | MakeCurrent race condition fix | tfarley | 2015-05-23 | 2 | -2/+3 |
| | |||||
* | OpenGL renderer | tfarley | 2015-05-23 | 3 | -0/+19 |
| | |||||
* | INI hw/sw renderer toggle | tfarley | 2015-05-22 | 1 | -0/+4 |
| | |||||
* | Use condition var to properly pause the CPU thread | James Rowe | 2015-05-18 | 2 | -2/+14 |
| | | | | Adds support for threaded pausing so citra doesn't spin wait on pause | ||||
* | Merge pull request #758 from yuriks/sync-logging | Yuri Kunde Schlesner | 2015-05-16 | 1 | -6/+0 |
|\ | | | | | Common: Remove async logging | ||||
| * | Common: Remove async logging | Yuri Kunde Schlesner | 2015-05-12 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | It provided a large increase in complexity of the logging system while having a negligible performance impact: the usage patterns of the ring buffer meant that each log contended with the logging thread, causing it to effectively act as a synchronous extra buffering. Also removed some broken code related to filtering of subclasses which was broken since it was introduced. (Which means no one ever used that feature anyway, since, 8 months later, no one ever complained.) | ||||
* | | Merge pull request #675 from jroweboy/windows-build-fixes | Yuri Kunde Schlesner | 2015-05-15 | 1 | -0/+36 |
|\ \ | | | | | | | Windows build fixes | ||||
| * | | unsetting a few more variables that arent needed outside of this function | James Rowe | 2015-03-26 | 1 | -0/+3 |
| | | | |||||
| * | | Updated the copy commands to run on post_build and use generator expressions to simplify the code as well | James Rowe | 2015-03-26 | 1 | -27/+26 |
| | | | |||||
| * | | Changes to bring the previous commits in line with the comments on thepull request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build time | James Rowe | 2015-03-26 | 1 | -22/+12 |
| | | | |||||
| * | | More changes to the CMakeFiles for better MSVC compatibility. Added in the RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories. | James Rowe | 2015-03-26 | 1 | -0/+44 |
| | | | |||||
* | | | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 2015-05-15 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory. | ||||
* | | | Qt: Shutdown emulation session only if EmuThread exists. | bunnei | 2015-05-13 | 1 | -1/+3 |
| |/ |/| | |||||
* | | Memory: Add GetPhysicalPointer helper function | Yuri Kunde Schlesner | 2015-05-09 | 2 | -3/+3 |
| | | |||||
* | | Memory: Support more regions in the VAddr-PAddr translation functions | Yuri Kunde Schlesner | 2015-05-09 | 2 | -3/+3 |
| | | | | | | | | | | Also adds better documentation and removes the one-off reimplementation of the function in pica.h. | ||||
* | | Loader: Remove .bin file support | Yuri Kunde Schlesner | 2015-05-09 | 1 | -1/+1 |
| | | | | | | | | | | It is of very limited practical utility currently, and will soon be impossible to support due to more accurate memory map emulation. | ||||
* | | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 7 | -6/+5 |
| | | |||||
* | | Common: Remove many unnecessary cross-platform compatibility macros | Yuri Kunde Schlesner | 2015-05-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #698 from Zaneo/clip_stylus_input | Tony Wasserka | 2015-05-02 | 1 | -1/+1 |
|\ \ | | | | | | | EmuWindow: Clip mouse input coordinates to emulated screen dimensions. | ||||
| * | | EmuWindow: Clip mouse input coordinates to emulated screen dimensions. | Zaneo | 2015-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | If the mouse position for a mouse move/drag would take it outside the emulated screen dimensions, clip the coordinates to the emulated screen dimensions. Qt and GLFW will report negative coordinates for mouse positions to the left, or above citra window. Added restriction to mouse coordinates passed to touchmoved by Qt/GLFW to be greater or equal to zero. | ||||
* | | | Qt: Shutdown game on emulator close event. | bunnei | 2015-05-02 | 1 | -0/+2 |
| | | | |||||
* | | | Qt: Disable "Start" unless we are paused (it otherwise has no meaning and causes a crash). | bunnei | 2015-05-02 | 2 | -1/+4 |
| | | | |||||
* | | | Qt: Fixed a bug in shutdown procedure, various cleanups. | bunnei | 2015-05-02 | 7 | -35/+26 |
| | | | |||||
* | | | Qt: Clear registers widget on shutdown. | bunnei | 2015-05-02 | 3 | -8/+31 |
| | | | |||||
* | | | Qt: Use signals for emu_thread start/stop and fix disasm widget. | bunnei | 2015-05-02 | 6 | -79/+138 |
| | | | |||||
* | | | Qt: Restructured to remove unnecessary shutdown event and various cleanups. | bunnei | 2015-05-02 | 4 | -90/+40 |
| | | | |||||
* | | | Qt: Fix loading a new game without stopping emulation. | bunnei | 2015-05-02 | 2 | -15/+25 |
| | | | |||||
* | | | Qt: Create emu thread on bootup, kill it on shutdown. | bunnei | 2015-05-02 | 3 | -31/+44 |
| | | | |||||
* | | | EmuThread: Remove unused filename attribute. | bunnei | 2015-05-02 | 3 | -18/+2 |
| | | | |||||
* | | | Qt: Move EmuThread ownership from render window to main window. | bunnei | 2015-05-02 | 6 | -69/+57 |
|/ / | |||||
* | | Merge pull request #691 from rohit-n/sign-compare | bunnei | 2015-04-18 | 1 | -2/+2 |
|\ \ | | | | | | | Silence some -Wsign-compare warnings. | ||||
| * | | Silence some -Wsign-compare warnings. | Rohit Nirmal | 2015-04-10 | 1 | -2/+2 |
| | | | |||||
* | | | citra-qt: Use std::abs() to get the right absolute function for s64. | Emmanuel Gil Peyrot | 2015-04-14 | 1 | -1/+2 |
| | | | |||||
* | | | Headers: Add some forgotten overrides, thanks clang! | Emmanuel Gil Peyrot | 2015-04-14 | 2 | -2/+2 |
|/ / | |||||
* | | Allow the user to set the background clear color during emulation | archshift | 2015-04-04 | 1 | -0/+13 |
| | | | | | | | | The background color can be seen at the sides of the bottom screen or when the window is wider than normal. | ||||
* | | Merge pull request #678 from lioncash/disasm | bunnei | 2015-04-01 | 1 | -2/+1 |
|\ \ | | | | | | | callstack: Remove unnecessary disassembler instantiation | ||||
| * | | callstack: Remove unnecessary disassembler instantiation | Lioncash | 2015-03-30 | 1 | -2/+1 |
| |/ | | | | | | | Decode is a static function. There's no need to allocate a disassembler instance. | ||||
* / | disassembler: Get rid of a const_cast | Lioncash | 2015-03-30 | 1 | -4/+1 |
|/ | |||||
* | HID: Complete refactor of pad/touch input to fix threading issues. | bunnei | 2015-03-11 | 1 | -14/+8 |
| | |||||
* | Qt: Implemented EmuWindow touchpad support. | bunnei | 2015-03-10 | 2 | -0/+29 |
| | |||||
* | Merge pull request #643 from Subv/dem_feels | bunnei | 2015-03-10 | 2 | -7/+68 |
|\ | | | | | GPU: Implemented more depth buffer formats. | ||||
| * | GPU: Added the stencil test structure to the Pica Regs struct. | Subv | 2015-03-10 | 2 | -6/+6 |
| | | |||||
| * | Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer | Subv | 2015-03-10 | 2 | -5/+66 |
| | | |||||
* | | Merge pull request #634 from linkmauve/logging-performances | bunnei | 2015-03-09 | 1 | -1/+2 |
|\ \ | | | | | | | Apply the logging filter before sending the message to the queue | ||||
| * | | Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread. | Emmanuel Gil Peyrot | 2015-03-06 | 1 | -1/+2 |
| | | | |||||
* | | | Update nihstro submodule to the initial release version. | archshift | 2015-03-08 | 1 | -20/+21 |
| | | | | | | | | | | | | Includes more opcodes to implement in the future. | ||||
* | | | Build app bundles on OS X. Fixes the issue where the menubar would not appear. | archshift | 2015-03-08 | 1 | -1/+5 |
| | | | |||||
* | | | Merge pull request #636 from bunnei/refactor-screen-win | bunnei | 2015-03-08 | 1 | -1/+2 |
|\ \ \ | |_|/ |/| | | Set framebuffer layout from EmuWindow. | ||||
| * | | Set framebuffer layout from EmuWindow. | bunnei | 2015-03-07 | 1 | -1/+2 |
| |/ | |||||
* | | Merge pull request #538 from yuriks/perf-stat | Tony Wasserka | 2015-03-07 | 6 | -0/+232 |
|\ \ | |/ |/| | Add profiling infrastructure and widget | ||||
| * | Add profiling infrastructure and widget | Yuri Kunde Schlesner | 2015-03-02 | 6 | -0/+232 |
| | | |||||
* | | GPU: Added RGB565/RGB8 framebuffer support and various cleanups. | bunnei | 2015-03-04 | 3 | -59/+33 |
|/ | | | | | | - Centralizes color format encode/decode functions. - Fixes endianness issues. - Implements remaining framebuffer formats in the debugger. | ||||
* | GPU: Implemented bits 3 and 1 from the display transfer flags. | Subv | 2015-02-27 | 1 | -6/+16 |
| | | | | | Bit 3 is used to specify a raw copy, where no processing is done to the data, seems to behave exactly as a DMA. Bit 1 is used to specify whether to convert from a tiled format to a linear format or viceversa. | ||||
* | Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. | Emmanuel Gil Peyrot | 2015-02-22 | 2 | -12/+34 |
| | |||||
* | citra-qt: Add a vertex shader debugger. | Tony Wasserka | 2015-02-11 | 4 | -0/+357 |
| | |||||
* | Pica/DebugUtils: Factor out BreakPointObserverDock into its own file. | Tony Wasserka | 2015-02-11 | 5 | -50/+68 |
| | |||||
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 4 | -6/+5 |
| | | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft. | ||||
* | Merge pull request #526 from purpasmart96/citra_stubs | bunnei | 2015-02-11 | 1 | -0/+8 |
|\ | | | | | Services: Stub some functions | ||||
| * | Services: Stub some functions | purpasmart96 | 2015-02-08 | 1 | -0/+8 |
| | | |||||
* | | citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint. | Tony Wasserka | 2015-02-03 | 1 | -57/+60 |
| | | |||||
* | | citra-qt: Fix a crash when double-clicking a disassembler list item. | Tony Wasserka | 2015-02-03 | 2 | -12/+6 |
| | | |||||
* | | Merge pull request #514 from rohit-n/fix-warnings | bunnei | 2015-02-01 | 2 | -3/+3 |
|\ \ | | | | | | | Silence a few warnings. | ||||
| * | | Silence a few warnings. | Rohit Nirmal | 2015-01-30 | 2 | -3/+3 |
| |/ | |||||
* / | arm: Adios armemu | Lioncash | 2015-02-01 | 1 | -2/+0 |
|/ | |||||
* | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx | archshift | 2015-01-21 | 1 | -18/+18 |
| | |||||
* | Merge pull request #429 from Kingcom/titlebar | Tony Wasserka | 2015-01-20 | 3 | -34/+86 |
|\ | | | | | Add option to hide dock widget title bars | ||||
| * | citra-qt: Add option to hide dock widget title bars | Kingcom | 2015-01-20 | 3 | -34/+86 |
| | | |||||
* | | Merge pull request #473 from archshift/pp3ports | bunnei | 2015-01-14 | 1 | -0/+2 |
|\ \ | | | | | | | Pica/Rasterizer: Add ETC1 texture decompression support. | ||||
| * | | Pica/Rasterizer: Add ETC1 texture decompression support. | Tony Wasserka | 2015-01-13 | 1 | -0/+2 |
| | | | |||||
* | | | Qt Callstack: Clear the callstack every time it's updated | archshift | 2015-01-12 | 2 | -0/+14 |
|/ / | | | | | | | This fixes the issue that old members of the callstack would stick around, even when the callstack shortened. | ||||
* | | Merge pull request #437 from Kingcom/DebugMode | Tony Wasserka | 2015-01-11 | 9 | -15/+60 |
|\ \ | | | | | | | Replace OnCpuStepped signal | ||||
| * | | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft | Kingcom | 2015-01-11 | 9 | -15/+60 |
| |/ | |||||
* | | citra-qt: Add explicit casts to prevent some warnings. | Subv | 2015-01-10 | 1 | -2/+2 |
| | | |||||
* | | citra-qt: Fixed some Qt errors on initialization | Subv | 2015-01-10 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #342 from uppfinnarn/master | bunnei | 2015-01-10 | 1 | -12/+1 |
|\ \ | | | | | | | Build improvements | ||||
| * | | Use -pthread where and only where needed | Johannes Ekberg | 2015-01-09 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | Passing -pthread to GCC as a flag makes it both link to libpthread, and make C standard library routines reentrant. This makes the additional explicit links unnecessary. Additionally, on OSX, this is the default behavior, and clang will print a message about it being unused if it's present there. | ||||
| * | | Generic PLATFORM_LIBRARIES var | Johannes Ekberg | 2015-01-09 | 1 | -8/+1 |
| | | | | | | | | | | | | This both reduces redundancy in add_executable definitions, and makes it easier to link additional libraries. In particular, extra libraries are needed on OSX - see next commit. | ||||
* | | | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 2015-01-09 | 1 | -0/+1 |
|/ / | |||||
* / | citra-qt: Add check for valid address to call stack | Kingcom | 2015-01-07 | 1 | -0/+3 |
|/ | |||||
* | citra-qt: Renamed all .hxx headers to .h | chrisvj | 2015-01-06 | 30 | -45/+45 |
| | |||||
* | Merge pull request #272 from rohit-n/sign-compare | bunnei | 2015-01-06 | 3 | -12/+12 |
|\ | | | | | Silence some -Wsign-compare warnings. | ||||
| * | Silence some -Wsign-compare warnings. | Rohit Nirmal | 2015-01-01 | 3 | -12/+12 |
| | | |||||
* | | Add support load 3DS room | Dante38490 | 2015-01-05 | 1 | -1/+1 |
| | | |||||
* | | citra-qt: Added license headers to files. | chrisvj | 2015-01-04 | 18 | -0/+72 |
| | | |||||
* | | Frontends: Shutdown core when emulation is stopped | Yuri Kunde Schlesner | 2015-01-04 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #377 from Yllodra/misc-changes | Tony Wasserka | 2015-01-02 | 6 | -19/+19 |
|\ \ | | | | | | | Qt: Letter cases and single window mode | ||||
| * | | Make letter cases consistent in menus and widgets | Daniel Lundqvist | 2015-01-01 | 6 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one. | ||||
| * | | Change popout mode to "Single Window Mode" | Daniel Lundqvist | 2015-01-01 | 2 | -9/+9 |
| | | | |||||
* | | | Merge pull request #358 from neobrain/pica_progress2 | bunnei | 2015-01-02 | 1 | -5/+7 |
|\ \ \ | |_|/ |/| | | pica_progress followups | ||||
| * | | Pica: Cleanup color conversion. | Tony Wasserka | 2014-12-31 | 1 | -8/+5 |
| | | | |||||
| * | | citra-qt: Fix displaying RGBA5551 framebuffers. | Tony Wasserka | 2014-12-31 | 1 | -0/+4 |
| | | | | | | | | | | | | (not that it matters at the moment, because this code is not used yet) | ||||
| * | | citra-qt: Always show pica framebuffers as RGBA8. | Tony Wasserka | 2014-12-31 | 1 | -1/+2 |
| | | | | | | | | | | | | We actually don't really know yet how the format is encoded. Hence just use what works. | ||||
* | | | Set object name for the graphics debugger | Daniel Lundqvist | 2015-01-01 | 1 | -1/+1 |
| |/ |/| | | | | | | | | | Setting an object name for GPUCommandStreamWidget allows for saving the graphics debugger's state (if it's show, position, etc). This state is then restored when restarting the application. | ||||
* | | SOC_U: Preliminary implementation of sockets. | Subv | 2014-12-31 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU | ||||
* | Add citra icon to Windows executable and title bar | Chin | 2014-12-31 | 2 | -0/+1 |
| | |||||
* | Merge pull request #344 from Yllodra/Qt-Oddities | bunnei | 2014-12-30 | 1 | -0/+3 |
|\ | | | | | Allow focus on the Qt render widget | ||||
| * | Remove duplicate work | Daniel Lundqvist | 2014-12-26 | 1 | -7/+0 |
| | | |||||
| * | Allow focus only when in popout mode | Daniel Lundqvist | 2014-12-26 | 2 | -4/+10 |
| | | | | | | | | Only allow manually setting focus to the rendering widget when in Single Window mode. Apply this behavior to when changing the mode while an app is running. | ||||
| * | Allow focus on the Qt render widget | Daniel Lundqvist | 2014-12-26 | 2 | -0/+4 |
| | | | | | | | | | | | | By default widgets are set to the focus policy Qt::NoFocus which disallows manually focusing it. Changing the policy to allow clicking the widget to set focus to it allows for keyboard input when not rendering to a popout window. This commit also sets focus to the widget when showing it. Fixes issue #158. | ||||
* | | Merge pull request #347 from bunnei/frameskip | bunnei | 2014-12-29 | 1 | -1/+3 |
|\ \ | | | | | | | Frameskip | ||||
| * | | GPU: Implement frameskip and remove forced framebuffer swap hack. | bunnei | 2014-12-29 | 1 | -0/+2 |
| | | | |||||
| * | | GPU: Change internal framerate to 30fps. | bunnei | 2014-12-27 | 1 | -1/+1 |
| |/ | |||||
* | | Qt: we don't need to check if model is valid. | xdec | 2014-12-28 | 1 | -1/+1 |
| | | |||||
* | | Fix crash when the disassembler pause button is pressed while no game is running. | xdec | 2014-12-28 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #275 from yuriks/cmake-clean | bunnei | 2014-12-22 | 1 | -0/+4 |
|\ | | | | | Clean up CMake library specification | ||||
| * | Clean up CMake library specification | Yuri Kunde Schlesner | 2014-12-15 | 1 | -0/+4 |
| | | | | | | | | The X11 libraries don't need to be specified when doing dynamic linking | ||||
* | | Merge pull request #291 from purpasmart96/license | bunnei | 2014-12-21 | 13 | -13/+13 |
|\ \ | | | | | | | License change | ||||
| * | | License change | purpasmart96 | 2014-12-21 | 13 | -13/+13 |
| | | | |||||
* | | | Pica/DebugUtils: Add an event triggered after loading a vertex. | Tony Wasserka | 2014-12-20 | 1 | -0/+1 |
| | | | |||||
* | | | Add support for a ridiculous number of texture formats. | Tony Wasserka | 2014-12-20 | 1 | -1/+8 |
| | | | |||||
* | | | Pica: Unify ugly address translation hacks. | Tony Wasserka | 2014-12-20 | 2 | -8/+8 |
| | | | |||||
* | | | Pica: Merge texture lookup logic for DebugUtils and Rasterizer. | Tony Wasserka | 2014-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | This effectively adds support for a lot texture formats in the rasterizer. | ||||
* | | | citra-qt: Fix invalid memory read upon program startup. | Tony Wasserka | 2014-12-20 | 1 | -1/+2 |
| | | | | | | | | | | | | This was caused by the framebuffer display widget not checking whether we are actually in a valid emulation state or not. | ||||
* | | | Pica: Initial support for multitexturing. | Tony Wasserka | 2014-12-20 | 1 | -7/+32 |
| | | | |||||
* | | | citra-qt: static-constify a map. | Tony Wasserka | 2014-12-20 | 1 | -6/+7 |
| | | | |||||
* | | | Clean up some warnings | Chin | 2014-12-20 | 3 | -9/+9 |
|/ / | |||||
* / | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner | 2014-12-16 | 1 | -6/+0 |
|/ | |||||
* | Remove old logging system | Yuri Kunde Schlesner | 2014-12-13 | 1 | -1/+0 |
| | |||||
* | Add configurable per-class log filtering | Yuri Kunde Schlesner | 2014-12-13 | 2 | -7/+9 |
| | |||||
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 4 | -9/+9 |
| | |||||
* | New logging system | Yuri Kunde Schlesner | 2014-12-13 | 1 | -3/+15 |
| | |||||
* | More cleanups. | Tony Wasserka | 2014-12-09 | 2 | -6/+13 |
| | |||||
* | citra-qt: Rename "Stop Tracing" to "Finish Tracing". | Tony Wasserka | 2014-12-09 | 1 | -1/+1 |
| | | | | This better reflects that no commands are supposed to show up until you hit the button a second time. | ||||
* | More coding style fixes. | Tony Wasserka | 2014-12-09 | 2 | -2/+2 |
| | |||||
* | Some code cleanup. | Tony Wasserka | 2014-12-09 | 6 | -64/+63 |
| | |||||
* | citra-qt: Add pica framebuffer widget. | Tony Wasserka | 2014-12-09 | 4 | -0/+382 |
| | |||||
* | citra_qt: Add enhanced texture debugging widgets. | Tony Wasserka | 2014-12-09 | 2 | -18/+179 |
| | | | | Double-clicking a texture parameter command in the pica command lists will spawn these as a new tab in the pica command list dock area. | ||||
* | citra-qt: Add texture viewer to Pica command list. | Tony Wasserka | 2014-12-09 | 2 | -1/+71 |
| | | | | The texture viewer is enabled when selecting a write command to one of the texture config registers. | ||||
* | Add GUI widget for controlling pica breakpoints. | Tony Wasserka | 2014-12-09 | 4 | -0/+339 |
| | |||||
* | Pica/DebugUtils: Add breakpoint functionality. | Tony Wasserka | 2014-12-09 | 2 | -2/+15 |
| | |||||
* | citra-qt: Polish the pica tracing widget. | Tony Wasserka | 2014-12-09 | 2 | -1/+26 |
| | | | | | Changed start/stop button to reflect current tracing status. Properly labeled column headers. | ||||
* | citra-qt: Add a utility spinbox class called CSpinBox. | Tony Wasserka | 2014-12-09 | 3 | -0/+393 |
| | | | | | | | This class has a few advantages over the regular QSpinBox: - QSpinBox stores its as signed 32 bit integers, which for instance is unsuitable for representing memory addresses. CSpinBox uses 64 bit integers instead. - QSpinBox does not provide an easy way to handle number input from bases different than 10. - QSpinBox is quite inflexible in general and almost any sort of customization requires reimplementing it anyway. | ||||
* | Loader: Add 3DSX support | ichfly | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | Change NULLs to nullptrs. | Rohit Nirmal | 2014-12-03 | 3 | -7/+7 |
| | |||||
* | Merge pull request #196 from archshift/settings | bunnei | 2014-12-01 | 2 | -44/+19 |
|\ | | | | | Merge Config::ReadXYZs | ||||
| * | Merge Config::ReadXYZs | archshift | 2014-11-19 | 2 | -44/+19 |
| | | |||||
* | | Remove tabs in all files except in skyeye imports and in generated GL code | Emmanuel Gil Peyrot | 2014-11-19 | 4 | -21/+21 |
| | | |||||
* | | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 4 | -7/+7 |
| | | |||||
* | | citra-qt: Small cleanup. | Tony Wasserka | 2014-11-18 | 1 | -2/+1 |
| | | |||||
* | | EmuWindow: Remove window title getters/setters. | Tony Wasserka | 2014-11-18 | 2 | -9/+5 |
| | | | | | | | | | | The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there. Providing properly thread-safe window title getters and setters is a mess anyway. | ||||
* | | EmuWindow: Add support for specifying minimal client area sizes. | Tony Wasserka | 2014-11-18 | 2 | -0/+9 |
| | | |||||
* | | Fixup EmuWindow interface and implementations thereof. | Tony Wasserka | 2014-11-18 | 2 | -25/+47 |
| | | |||||
* | | Viewport scaling and display density independence | Kevin Hartman | 2014-11-18 | 2 | -0/+25 |
|/ | | | | | The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window. On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly. | ||||
* | Merge pull request #159 from SeannyM/enable_log | Tony Wasserka | 2014-11-15 | 3 | -0/+22 |
|\ | | | | | Add support for disabling log from settings | ||||
| * | Add support for disabling log from settings | Sean | 2014-11-03 | 3 | -0/+22 |
| | | |||||
* | | Citra-Qt: Use Core::RunLoop when not single stepping. | bunnei | 2014-11-12 | 1 | -12/+9 |
| | | |||||
* | | Qt: Auto-start game when selected, play game that's passed via argv[1]. | archshift | 2014-11-05 | 1 | -2/+7 |
| | | | | | | | | Also moves system initialization to when the game is booted. | ||||
* | | Fixed capitalization issues | Gareth Poole | 2014-11-02 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #151 from archshift/dyncom-enabled | bunnei | 2014-10-28 | 2 | -1/+19 |
|\ \ | | | | | | | Use configuration files to enable or disable the new dyncom interpreter. | ||||
| * | | Added `gpu_refresh_rate` config setting for the new interpreter speed hack. | archshift | 2014-10-28 | 1 | -0/+2 |
| | | | |||||
| * | | Use configuration files to enable or disable the new dyncom interpreter. | archshift | 2014-10-28 | 2 | -1/+17 |
| |/ | |||||
* / | Add `override` keyword through the code. | Yuri Kunde Schlesner | 2014-10-26 | 4 | -12/+12 |
|/ | | | | This was automated using `clang-modernize`. | ||||
* | ARM: Reorganized file structure to move shared SkyEye code to a more common area. | bunnei | 2014-10-25 | 1 | -1/+1 |
| | | | | Removed s_ prefix | ||||
* | Use config files to store whether SDMC is enabled or not | archshift | 2014-10-23 | 2 | -0/+17 |
| | | | | Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs). | ||||
* | OpenGL renderer: Request a forward compatible context in citra-qt | Yuri Kunde Schlesner | 2014-10-12 | 1 | -3/+3 |
| | | | | This should fix context creation on OS X. Also requests a core context on all platforms in Citra-GLFW, for consistency. | ||||
* | Added configuration file system. | archshift | 2014-10-08 | 6 | -31/+135 |
| | | | | Uses QSettings on citra-qt, and inih on citra-cli. | ||||
* | Merge pull request #97 from archshift/cleanup | bunnei | 2014-09-14 | 1 | -3/+2 |
|\ | | | | | Small, general code cleanup | ||||
| * | bootmanager::EmuThread: fixed initialization order | archshift | 2014-09-07 | 1 | -3/+2 |
| | | |||||
* | | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 2014-09-12 | 2 | -18/+33 |
| | | |||||
* | | core: Make the ARM disassembler use std::string internally | Lioncash | 2014-09-06 | 2 | -6/+4 |
|/ | |||||
* | Remove hand-crafted Visual Studio solution. | Yuri Kunde Schlesner | 2014-09-01 | 5 | -1105/+0 |
| | |||||
* | CMake cleanup | Yuri Kunde Schlesner | 2014-09-01 | 1 | -16/+23 |
| | | | | | | | | Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers. | ||||
* | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | 2014-09-01 | 1 | -1/+1 |
| | | | | | | | | | This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows. | ||||
* | Loader: Added support for loading raw BIN executables. | bunnei | 2014-08-28 | 1 | -1/+1 |
| | | | | | | - Useful for debugging homebrew Qt: Updated GUI to support loading .bin files. | ||||
* | Pica: Add support for dumping textures. | Tony Wasserka | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. | Tony Wasserka | 2014-08-25 | 3 | -126/+64 |
| | |||||
* | Pass format to the QGLWidget and use atomic instead of mutex. | Sacha | 2014-08-24 | 2 | -13/+5 |
| | |||||
* | Fix EmuThread loop by ensuring it exits properly. | Sacha | 2014-08-24 | 2 | -9/+29 |
| | | | | | Note: There is a pre-existing issue with booting a new game in that it keeps the old EmuThread. The GL code now supports this but the Core still doesn't. | ||||
* | Fix the threading for GL Context in Qt5. | Sacha | 2014-08-24 | 3 | -9/+21 |
| | | | | Connect the emu_thread start/finish to a moveContext slot. | ||||
* | Revert "Removed redundant loop in EmuThread::run()" | archshift | 2014-08-20 | 1 | -7/+10 |
| | |||||
* | Add Qt5 option. Use Qt5 by default. | Sacha | 2014-08-19 | 1 | -13/+19 |
| | |||||
* | CMake Cleanup | Sacha | 2014-08-18 | 1 | -23/+9 |
| | |||||
* | Removed redundant loop in EmuThread::run() | archshift | 2014-08-17 | 1 | -10/+7 |
| | |||||
* | Bootmanager: changed `filename` to std::string | archshift | 2014-08-15 | 4 | -9/+10 |
| | |||||
* | Merge pull request #41 from archshift/itr | bunnei | 2014-08-12 | 1 | -15/+15 |
|\ | | | | | Changed iterators to use auto, many of which using range-based loops | ||||
| * | Changed iterators to use auto, some of which using range-based loops | archshift | 2014-08-12 | 1 | -15/+15 |
| | | |||||
* | | Pica: Add command processor. | Tony Wasserka | 2014-08-12 | 1 | -1/+1 |
| | | |||||
* | | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka | 2014-08-12 | 1 | -1/+1 |
|/ | | | | | While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures. Instead, we now use a more conventional approach which is a lot more clean to use. | ||||
* | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | bunnei | 2014-08-06 | 1 | -8/+8 |
| | | | | - Various other cleanups. | ||||
* | Qt: Removed unnecessary HW::Update. | bunnei | 2014-08-06 | 1 | -1/+0 |
| | |||||
* | Merge pull request #27 from neobrain/disassembly_view_rewrite | bunnei | 2014-07-23 | 2 | -60/+204 |
|\ | | | | | citra-qt: Rewrite disassembly view. | ||||
| * | citra-qt: Show function names in disassembler based on bunnei's suggestion. | Tony Wasserka | 2014-07-23 | 1 | -5/+21 |
| | | |||||
| * | Disassembler: Chose slightly lower value for chunk size. | Tony Wasserka | 2014-07-23 | 1 | -1/+3 |
| | | |||||
| * | citra-qt: Rewrite disassembly view. | Tony Wasserka | 2014-07-02 | 2 | -60/+186 |
| | | |||||
* | | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32. | Tony Wasserka | 2014-07-23 | 1 | -16/+18 |
| | | | | | | | | Anonymous structs are not standard C++, hence don't use them. | ||||
* | | Qt: Updated open dialog to include NCCH formats. | bunnei | 2014-07-05 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #22 from bunnei/loader-improvements | bunnei | 2014-06-25 | 2 | -7/+5 |
|\ | | | | | Refactor loader code and add preliminary NCCH support | ||||
| * | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 2014-06-25 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Various cleanups/refactorings to Loader, ELF, and NCCH modules. - Added AppLoader interface to ELF and NCCH. - Updated Qt/GLFW frontends to check AppLoader ResultStatus. NCCH: Removed extra qualification typos. Loader: Removed unnecessary #include's. NCCH: Improved readability of memcmp statements. NCCH: Added missing space. Elf: Removed unnecessary usage of unique_ptr. Loader: Removed unnecessary usage of unique_ptr. | ||||
| * | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 2014-06-17 | 2 | -2/+3 |
| | | |||||
* | | citra_qt: Removed autogenerated files from repo and fixed build issues. | bunnei | 2014-06-22 | 11 | -710/+5 |
|/ | |||||
* | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | 2014-06-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp | ||||
| * | qt: updated disassembler to show 2X as many instructions | bunnei | 2014-06-05 | 1 | -1/+1 |
| | | |||||
* | | Further refine GPU command list debugging. | Tony Wasserka | 2014-06-12 | 1 | -4/+10 |
| | | |||||
* | | Refine command list debugging functionality and its qt interface. | Tony Wasserka | 2014-06-12 | 2 | -19/+107 |
| | | |||||
* | | citra-qt: Add command list view. | Tony Wasserka | 2014-06-12 | 7 | -0/+127 |
| | | |||||
* | | citra-qt: Add GX command history viewer. | Tony Wasserka | 2014-06-12 | 7 | -7/+151 |
| | | |||||
* | | Merge branch 'threading' | bunnei | 2014-05-23 | 1 | -1/+1 |
|\| | |||||
| * | Merge branch 'master' into threading | bunnei | 2014-05-17 | 1 | -0/+3 |
| |\ | |||||
| * | | added ability to load AXF files (same as ELF) | bunnei | 2014-05-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2 from archshift/issue-7-fix | bunnei | 2014-05-20 | 2 | -17/+42 |
|\ \ \ | |_|/ |/| | | Fixes issues with building Citra on OSX | ||||
| * | | Improved clarity and whitespace | archshift | 2014-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5. | ||||
| * | | CMakeLists: rename HEADS, improved comments | archshift | 2014-05-20 | 1 | -2/+2 |
| | | | | | | | | | | | | Changes for clarity of comments, removed redundant compiler flags. | ||||
| * | | Merge remote-tracking branch 'upstream/master' into issue-7-fix | archshift | 2014-05-17 | 4 | -11/+31 |
| |\| | |||||
| * | | Fixed indents | archshift | 2014-05-01 | 2 | -20/+20 |
| | | | |||||
| * | | Linux support | archshift | 2014-05-01 | 1 | -1/+1 |
| | | | |||||
| * | | Sets OGL version for Qt; will only work with Qt5 | archshift | 2014-05-01 | 1 | -6/+10 |
| | | | |||||
| * | | A bit of Cmake love | archshift | 2014-05-01 | 1 | -2/+2 |
| | | | |||||
| * | | IT'S ALIVE! | archshift | 2014-04-29 | 1 | -2/+23 |
| | | | |||||
* | | | updated how we call ARM core to make things much faster | bunnei | 2014-05-17 | 1 | -0/+3 |
| |/ |/| | |||||
* | | added symbol map load function to Qt GUI | bunnei | 2014-05-01 | 4 | -11/+31 |
|/ | |||||
* | made qt window title consistent | bunnei | 2014-04-24 | 1 | -0/+4 |
| | |||||
* | fixes to build on linux | bunnei | 2014-04-23 | 1 | -12/+12 |
| | |||||
* | updated CMakeLists for missing files | ShizZy | 2014-04-23 | 1 | -6/+6 |
| | |||||
* | Re-enable toggling window mode. | Mathieu Vaillancourt | 2014-04-22 | 4 | -48/+55 |
| | |||||
* | fixed order of LogManager and System init | bunnei | 2014-04-22 | 1 | -1/+1 |
| | |||||
* | Remove unused QTableView | Mathieu Vaillancourt | 2014-04-19 | 3 | -37/+2 |
| | |||||
* | UI/debugger changes | Mathieu Vaillancourt | 2014-04-19 | 19 | -233/+285 |
| | |||||
* | Init window size from VideoCore. Start changing the default window behavior... | Mathieu Vaillancourt | 2014-04-13 | 5 | -29/+17 |
| | |||||
* | Show symbols in disasm | Mathieu Vaillancourt | 2014-04-13 | 1 | -1/+9 |
| | |||||
* | Fixed GPLv2 license issue | bunnei | 2014-04-11 | 1 | -2/+7 |
| | | | Doing this from work via GitHub - Sorry for not combining with previous commits | ||||
* | Fixed GPLv2 license issue | bunnei | 2014-04-11 | 1 | -2/+7 |
| | | | Doing this from work via GitHub - Sorry for not combining with previous commits | ||||
* | Fixed GPLv2 license issue | bunnei | 2014-04-11 | 1 | -2/+7 |
| | |||||
* | Temporarily "fix" citra_qt for Windows | Mathieu Vaillancourt | 2014-04-11 | 17 | -577/+90 |
| | |||||
* | fixed project includes to use new directory structure | bunnei | 2014-04-09 | 2 | -76/+108 |
| | |||||
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 34 | -0/+0 |
| | |||||
* | Remove Core::GetState(). Use new ARM_Interface instead. | Mathieu Vaillancourt | 2014-04-05 | 3 | -27/+25 |
| | |||||
* | More Qt changes for debugger | Mathieu Vaillancourt | 2014-04-04 | 9 | -187/+190 |
| | |||||
* | Load file in qt window | Mathieu Vaillancourt | 2014-04-01 | 1 | -12/+12 |
| | |||||
* | Basic QT window | Mathieu Vaillancourt | 2014-04-01 | 40 | -0/+4463 |