212 Commits (bf12f270b3c74f694c789a57cc69f414753ca080)

Author SHA1 Message Date
Yuri Kunde Schlesner bf12f270b3 Common: Remove many unnecessary cross-platform compatibility macros 11 years ago
Zaneo b8328593fe EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 11 years ago
bunnei 046dd6e3ef Qt: Shutdown game on emulator close event. 11 years ago
bunnei 85cc81d8cc Qt: Disable "Start" unless we are paused (it otherwise has no meaning and causes a crash). 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 3dd2688785 Qt: Fix loading a new game without stopping emulation. 11 years ago
bunnei 28df8dbfeb Qt: Create emu thread on bootup, kill it on shutdown. 11 years ago
bunnei d5665fea89 EmuThread: Remove unused filename attribute. 11 years ago
bunnei 762c1a9ff5 Qt: Move EmuThread ownership from render window to main window. 11 years ago
Emmanuel Gil Peyrot d9eb7ca95c citra-qt: Use std::abs() to get the right absolute function for s64. 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
archshift cae89fb315 Allow the user to set the background clear color during emulation 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
bunnei d61b26b79f HID: Complete refactor of pad/touch input to fix threading issues. 11 years ago
bunnei f213000cc4 Qt: Implemented EmuWindow touchpad support. 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
archshift c036cf604f Build app bundles on OS X. Fixes the issue where the menubar would not appear. 11 years ago
bunnei 9960c49c21 Set framebuffer layout from EmuWindow. 11 years ago
Emmanuel Gil Peyrot 0aa44e238d Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread. 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
Emmanuel Gil Peyrot aa64f69af0 Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. 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
purpasmart96 60ce36f721 Services: Stub some functions 11 years ago
Tony Wasserka 5a90420c0b citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint. 11 years ago
Tony Wasserka 79713d500b citra-qt: Fix a crash when double-clicking a disassembler list item. 11 years ago
Lioncash f44781fd7b arm: Adios armemu 11 years ago
Rohit Nirmal 5ebf35db96 Silence a few warnings. 11 years ago
archshift 1f109c6b49 Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 11 years ago
Kingcom 76c74ffc96 citra-qt: Add option to hide dock widget title bars 11 years ago
Tony Wasserka f2b74b4fb3 Pica/Rasterizer: Add ETC1 texture decompression support. 11 years ago
archshift d670b7e522 Qt Callstack: Clear the callstack every time it's updated 11 years ago
Kingcom 2bbc12e6c3 citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft 11 years ago
Subv 115a4bfc9e citra-qt: Add explicit casts to prevent some warnings. 11 years ago
Subv 1b01938767 citra-qt: Fixed some Qt errors on initialization 11 years ago
Johannes Ekberg d7ad14ae20 Use -pthread where and only where needed 11 years ago
Johannes Ekberg 7d7ab70279 Generic PLATFORM_LIBRARIES var 11 years ago
Yuri Kunde Schlesner 7b3452c730 Move ThreadContext to core/core.h and deal with the fallout 11 years ago
Kingcom 693f6c54e5 citra-qt: Add check for valid address to call stack 11 years ago
chrisvj b0a14cfe7f citra-qt: Renamed all .hxx headers to .h 11 years ago