| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1034 from yuriks/rg8-textures | bunnei | 2015-08-17 | 1 | -1/+1 |
|\ |
|
| * | 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/command list: Do not recreate a widget after each selection | Lectem | 2015-07-26 | 1 | -10/+10 |
| * | | 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 |
* | | | 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 |
* | | | 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 |
|\ \ |
|
| * | | Add menu and logic to save and load recently loaded files. | LittleWhite | 2015-08-11 | 3 | -18/+91 |
* | | | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | 2015-08-16 | 4 | -0/+20 |
* | | | 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 |
* | | | Merge pull request #1027 from lioncash/debugger | bunnei | 2015-08-14 | 2 | -48/+176 |
|\ \ \ |
|
| * | | | 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 |
* | | Merge pull request #1011 from lioncash/initializer | bunnei | 2015-07-29 | 2 | -2/+2 |
|\ \ |
|
| * | | citra-qt: Adjust initializer list order | Lioncash | 2015-07-29 | 2 | -2/+2 |
* | | | 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 |
* | | 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 | 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/command list: Enable uniform row heights and automatically resize columns. | Lectem | 2015-07-25 | 1 | -0/+8 |
| * | | citra-qt/command list: Split register and value columns. | Lectem | 2015-07-25 | 1 | -12/+14 |
| |/ |
|
* | | 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 |
|\ |
|
| * | 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 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 |
|/ / |
|
* | | Merge pull request #929 from neobrain/geoshader_definitions | Tony Wasserka | 2015-07-21 | 1 | -1/+1 |
|\ \ |
|
| * | | 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. | 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 |
|/ |
|
* | Merge pull request #924 from aroulin/qt-disassembly-step | Yuri Kunde Schlesner | 2015-07-13 | 2 | -2/+5 |
|\ |
|
| * | 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 |
|/ |
|
* | Merge pull request #910 from linkmauve/install | Tony Wasserka | 2015-07-12 | 1 | -1/+3 |
|\ |
|
| * | Citra, CitraQt: Tell cmake to install the compiled binaries. | Emmanuel Gil Peyrot | 2015-07-09 | 1 | -1/+3 |
* | | 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 |
|\ |
|
| * | 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 |
* | | Merge pull request #832 from yuriks/refresh-rate-option | bunnei | 2015-05-31 | 1 | -2/+0 |
|\ \ |
|
| * | | Remove gpu_refresh_rate configuration option | Yuri Kunde Schlesner | 2015-05-30 | 1 | -2/+0 |
* | | | Merge pull request #830 from SeannyM/qt-noborder | bunnei | 2015-05-30 | 1 | -2/+15 |
|\ \ \
| |_|/
|/| | |
|
| * | | 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 |
* | 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 |
* | Merge pull request #758 from yuriks/sync-logging | Yuri Kunde Schlesner | 2015-05-16 | 1 | -6/+0 |
|\ |
|
| * | Common: Remove async logging | Yuri Kunde Schlesner | 2015-05-12 | 1 | -6/+0 |
* | | Merge pull request #675 from jroweboy/windows-build-fixes | Yuri Kunde Schlesner | 2015-05-15 | 1 | -0/+36 |
|\ \ |
|
| * | | 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 |
* | | | 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 |
* | | Loader: Remove .bin file support | Yuri Kunde Schlesner | 2015-05-09 | 1 | -1/+1 |
* | | 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. | Zaneo | 2015-05-02 | 1 | -1/+1 |
* | | | 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. | 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 |
* | | Merge pull request #678 from lioncash/disasm | bunnei | 2015-04-01 | 1 | -2/+1 |
|\ \ |
|
| * | | callstack: Remove unnecessary disassembler instantiation | Lioncash | 2015-03-30 | 1 | -2/+1 |
| |/ |
|
* / | 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: 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 |
|\ \ |
|
| * | | 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 |
* | | | 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. | 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 | 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 |
|/ |
|
* | GPU: Implemented bits 3 and 1 from the display transfer flags. | Subv | 2015-02-27 | 1 | -6/+16 |
* | 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 |
* | Merge pull request #526 from purpasmart96/citra_stubs | bunnei | 2015-02-11 | 1 | -0/+8 |
|\ |
|
| * | 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. | 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 |
|\ |
|
| * | 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. | 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 |
|/ / |
|
* | | Merge pull request #437 from Kingcom/DebugMode | Tony Wasserka | 2015-01-11 | 9 | -15/+60 |
|\ \ |
|
| * | | 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 |
|\ \ |
|
| * | | Use -pthread where and only where needed | Johannes Ekberg | 2015-01-09 | 1 | -4/+0 |
| * | | Generic PLATFORM_LIBRARIES var | Johannes Ekberg | 2015-01-09 | 1 | -8/+1 |
* | | | 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. | 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 |
|\ \ |
|
| * | | Make letter cases consistent in menus and widgets | Daniel Lundqvist | 2015-01-01 | 6 | -10/+10 |
| * | | 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: 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 |
| * | | citra-qt: Always show pica framebuffers as RGBA8. | Tony Wasserka | 2014-12-31 | 1 | -1/+2 |
* | | | Set object name for the graphics debugger | Daniel Lundqvist | 2015-01-01 | 1 | -1/+1 |
| |/
|/| |
|
* | | SOC_U: Preliminary implementation of sockets. | Subv | 2014-12-31 | 1 | -1/+1 |
|/ |
|
* | 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 |
|\ |
|
| * | 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 |
| * | Allow focus on the Qt render widget | Daniel Lundqvist | 2014-12-26 | 2 | -0/+4 |
* | | Merge pull request #347 from bunnei/frameskip | bunnei | 2014-12-29 | 1 | -1/+3 |
|\ \ |
|
| * | | 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 | Yuri Kunde Schlesner | 2014-12-15 | 1 | -0/+4 |
* | | Merge pull request #291 from purpasmart96/license | bunnei | 2014-12-21 | 13 | -13/+13 |
|\ \ |
|
| * | | 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 |
* | | | citra-qt: Fix invalid memory read upon program startup. | Tony Wasserka | 2014-12-20 | 1 | -1/+2 |
* | | | 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 |
* | 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 |
* | citra-qt: Add texture viewer to Pica command list. | Tony Wasserka | 2014-12-09 | 2 | -1/+71 |
* | 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 |
* | citra-qt: Add a utility spinbox class called CSpinBox. | Tony Wasserka | 2014-12-09 | 3 | -0/+393 |
* | 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 | 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 |
* | | 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 |
|/ |
|
* | Merge pull request #159 from SeannyM/enable_log | Tony Wasserka | 2014-11-15 | 3 | -0/+22 |
|\ |
|
| * | 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 |
* | | 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 |
|\ \ |
|
| * | | 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 |
|/ |
|
* | ARM: Reorganized file structure to move shared SkyEye code to a more common area. | bunnei | 2014-10-25 | 1 | -1/+1 |
* | Use config files to store whether SDMC is enabled or not | archshift | 2014-10-23 | 2 | -0/+17 |
* | OpenGL renderer: Request a forward compatible context in citra-qt | Yuri Kunde Schlesner | 2014-10-12 | 1 | -3/+3 |
* | Added configuration file system. | archshift | 2014-10-08 | 6 | -31/+135 |
* | Merge pull request #97 from archshift/cleanup | bunnei | 2014-09-14 | 1 | -3/+2 |
|\ |
|
| * | 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 |
* | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | 2014-09-01 | 1 | -1/+1 |
* | Loader: Added support for loading raw BIN executables. | bunnei | 2014-08-28 | 1 | -1/+1 |
* | 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 |
* | Fix the threading for GL Context in Qt5. | Sacha | 2014-08-24 | 3 | -9/+21 |
* | 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, 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 |
|/ |
|
* | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | bunnei | 2014-08-06 | 1 | -8/+8 |
* | 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: 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 |
* | | 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 |
|\ |
|
| * | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 2014-06-25 | 1 | -5/+2 |
| * | 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 |
|\ |
|
| * | 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 |
|\ \ \
| |_|/
|/| | |
|
| * | | Improved clarity and whitespace | archshift | 2014-05-20 | 1 | -1/+1 |
| * | | CMakeLists: rename HEADS, improved comments | archshift | 2014-05-20 | 1 | -2/+2 |
| * | | 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 |
* | Fixed GPLv2 license issue | bunnei | 2014-04-11 | 1 | -2/+7 |
* | 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 |