242 Commits (19d5fbce8e9a5419b5cbae610bbf18de82d87f2c)

Author SHA1 Message Date
Greg Wicks e93056ae77 Make the call stack entries not editable 11 years ago
Clienthax 8515b23bec Robocopy doesn't like trailing slashes 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
Yuri Kunde Schlesner d65b42a69a Remove gpu_refresh_rate configuration option 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
Sean Maas cd99944b1d QT: Remove border around widgets 11 years ago
Emmanuel Gil Peyrot 87d9df89bb Assets: Move citra.ico from src/assets to dist. 11 years ago
Yuri Kunde Schlesner c9244a03c7 Qt: Silence a bogus warning printed when using the debug runtime 11 years ago
bunnei 1b42d55a9d Pica: Create 'State' structure and move state memory there. 11 years ago
tfarley 16fbba3c2a MakeCurrent race condition fix 11 years ago
tfarley 05dc633a8c OpenGL renderer 11 years ago
tfarley 6d995b1ff6 INI hw/sw renderer toggle 11 years ago
James Rowe a406207cd8 Use condition var to properly pause the CPU thread 11 years ago
Yuri Kunde Schlesner 7ada357b2d Memmap: Re-organize memory function in two files 11 years ago
bunnei c3bd797917 Qt: Shutdown emulation session only if EmuThread exists. 11 years ago
Yuri Kunde Schlesner b88c91dd3d Common: Remove async logging 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 eb3eb9f75d Loader: Remove .bin file support 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
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
James Rowe 635ed87788 unsetting a few more variables that arent needed outside of this function 11 years ago
James Rowe 5b9a5493c5 Updated the copy commands to run on post_build and use generator expressions to simplify the code as well 11 years ago
James Rowe 2d7008f03c 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 11 years ago
James Rowe 4a7e21eb58 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. 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