126 Commits (e663751f8b6cc6fd469d3974b3e68e434ebee9db)

Author SHA1 Message Date
Lectem e663751f8b citra-qt/command list: Add mask column 11 years ago
Lectem cd06f5cedb citra-qt/command list: monospace font on windows 11 years ago
Lioncash dfb424b6d1 dyncom: Rename armdefs.h to armstate.h 11 years ago
Lioncash 4bb1a5ca47 dyncom: Get rid of skyeye typedefs 11 years ago
Lectem e286cfbadf citra-qt/command list: Enable uniform row heights and automatically resize columns. 11 years ago
Lectem 129e3dedc3 citra-qt/command list: Split register and value columns. 11 years ago
Subv 23fd13dd64 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. 11 years ago
Subv 6c0ea5f5e8 Qt/GPU Breakpoints: Added three more breakpoint types: 11 years ago
Yuri Kunde Schlesner a48aa4f924 Resolve issue accidentally left unaddressed in PR #930 11 years ago
Subv 3600c32483 Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride. 11 years ago
zawata c66b5ca3d9 Citra_QT : Another Conversion Warning Fix 11 years ago
zawata 3c802b06e9 Citra_QT : Fix Conversion Warnings 11 years ago
Tony Wasserka 7fd03750bd citra-qt: Add support for copying the command list contents to clipboard. 11 years ago
Tony Wasserka 33568494af Pica/Shader: Add geometry shader definitions. 11 years ago
Tony Wasserka 302e9a20f3 citra-qt: Add depth formats to framebuffer viewing widget. 11 years ago
Tony Wasserka 88df3fbf27 citra-qt: Properly specify the framebuffer format. 11 years ago
Tony Wasserka 29abb11e8f CiTrace: Clean up initialization method. 11 years ago
Tony Wasserka dc8295298e CiTrace: Record LCD registers. Cleanup recording code. 11 years ago
Tony Wasserka fd62580985 CiTrace: Record default vertex attributes. 11 years ago
Tony Wasserka 01a526e1c4 citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation. 11 years ago
Tony Wasserka 902fa4da52 Add CiTrace recording support. 11 years ago
Emmanuel Gil Peyrot 45c4781544 CitraQt: Cleanup includes. 11 years ago
Greg Wicks e93056ae77 Make the call stack entries not editable 11 years ago
archshift 76690392bf Move video_core/color.h to common/color.h 11 years ago
archshift 5df2d1b5f7 Move video_core/math.h to common/vector_math.h 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
bunnei 1b42d55a9d Pica: Create 'State' structure and move state memory there. 11 years ago
Yuri Kunde Schlesner 7ada357b2d Memmap: Re-organize memory function in two files 11 years ago
Yuri Kunde Schlesner 17a8cae003 Memory: Add GetPhysicalPointer helper function 11 years ago
Yuri Kunde Schlesner 28a9e4c1d5 Memory: Support more regions in the VAddr-PAddr translation functions 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
bunnei bc41de2131 Qt: Fixed a bug in shutdown procedure, various cleanups. 11 years ago
bunnei ad4445c529 Qt: Clear registers widget on shutdown. 11 years ago
bunnei 43cf424907 Qt: Use signals for emu_thread start/stop and fix disasm widget. 11 years ago
bunnei e4ea133717 Qt: Restructured to remove unnecessary shutdown event and various cleanups. 11 years ago
bunnei 762c1a9ff5 Qt: Move EmuThread ownership from render window to main window. 11 years ago
Emmanuel Gil Peyrot bdcf28e3bc Headers: Add some forgotten overrides, thanks clang! 11 years ago
Rohit Nirmal f15c142c5e Silence some -Wsign-compare warnings. 11 years ago
Lioncash e05d6220f5 disassembler: Get rid of a const_cast 11 years ago
Lioncash 0520a3b178 callstack: Remove unnecessary disassembler instantiation 11 years ago
Subv 1248e291f0 GPU: Added the stencil test structure to the Pica Regs struct. 11 years ago
Subv 155cc80e3b Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer 11 years ago
archshift 7d43aef4d0 Update nihstro submodule to the initial release version. 11 years ago
bunnei 34c31db14a GPU: Added RGB565/RGB8 framebuffer support and various cleanups. 11 years ago
Yuri Kunde Schlesner cd1fbfcf1b Add profiling infrastructure and widget 11 years ago
Subv c564c21668 GPU: Implemented bits 3 and 1 from the display transfer flags. 11 years ago
Tony Wasserka 12a5cd1d65 citra-qt: Add a vertex shader debugger. 11 years ago
Tony Wasserka 3f649dc9b8 Pica/DebugUtils: Factor out BreakPointObserverDock into its own file. 11 years ago
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h 11 years ago
Tony Wasserka 5a90420c0b citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint. 11 years ago