Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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. | ||||
* | 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. | ||||
* | citra-qt: Use custom Info.plist for Mac builds | Pierre de La Morinerie | 2015-10-04 | 1 | -0/+2 |
| | | | | | | 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. | ||||
* | Initial implementation of a game list | archshift | 2015-10-02 | 1 | -0/+2 |
| | |||||
* | citra-qt: Add helper function to get a monospace QFont | Yuri Kunde Schlesner | 2015-08-25 | 1 | -0/+2 |
| | |||||
* | Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP. | bunnei | 2015-08-15 | 1 | -1/+1 |
| | |||||
* | Add CiTrace recording support. | Tony Wasserka | 2015-07-13 | 1 | -0/+2 |
| | | | | | | 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). | ||||
* | 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). | ||||
* | Robocopy doesn't like trailing slashes | Clienthax | 2015-06-09 | 1 | -4/+4 |
| | |||||
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Build app bundles on OS X. Fixes the issue where the menubar would not appear. | archshift | 2015-03-08 | 1 | -1/+5 |
| | |||||
* | Add profiling infrastructure and widget | Yuri Kunde Schlesner | 2015-03-02 | 1 | -0/+3 |
| | |||||
* | citra-qt: Add a vertex shader debugger. | Tony Wasserka | 2015-02-11 | 1 | -0/+2 |
| | |||||
* | Pica/DebugUtils: Factor out BreakPointObserverDock into its own file. | Tony Wasserka | 2015-02-11 | 1 | -0/+2 |
| | |||||
* | 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. | ||||
* | citra-qt: Renamed all .hxx headers to .h | chrisvj | 2015-01-06 | 1 | -15/+15 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | Some code cleanup. | Tony Wasserka | 2014-12-09 | 1 | -0/+1 |
| | |||||
* | citra-qt: Add pica framebuffer widget. | Tony Wasserka | 2014-12-09 | 1 | -0/+2 |
| | |||||
* | Add GUI widget for controlling pica breakpoints. | Tony Wasserka | 2014-12-09 | 1 | -0/+2 |
| | |||||
* | citra-qt: Add a utility spinbox class called CSpinBox. | Tony Wasserka | 2014-12-09 | 1 | -0/+2 |
| | | | | | | | 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. | ||||
* | Added configuration file system. | archshift | 2014-10-08 | 1 | -0/+2 |
| | | | | Uses QSettings on citra-qt, and inih on citra-cli. | ||||
* | 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. | ||||
* | Pica: Add support for dumping textures. | Tony Wasserka | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | Add Qt5 option. Use Qt5 by default. | Sacha | 2014-08-19 | 1 | -13/+19 |
| | |||||
* | CMake Cleanup | Sacha | 2014-08-18 | 1 | -23/+9 |
| | |||||
* | citra-qt: Add command list view. | Tony Wasserka | 2014-06-12 | 1 | -0/+2 |
| | |||||
* | citra-qt: Add GX command history viewer. | Tony Wasserka | 2014-06-12 | 1 | -0/+2 |
| | |||||
* | CMakeLists: rename HEADS, improved comments | archshift | 2014-05-20 | 1 | -2/+2 |
| | | | | Changes for clarity of comments, removed redundant compiler flags. | ||||
* | Fixed indents | archshift | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Linux support | archshift | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | A bit of Cmake love | archshift | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | IT'S ALIVE! | archshift | 2014-04-29 | 1 | -2/+23 |
| | |||||
* | fixes to build on linux | bunnei | 2014-04-23 | 1 | -12/+12 |
| | |||||
* | updated CMakeLists for missing files | ShizZy | 2014-04-23 | 1 | -6/+6 |
| | |||||
* | Temporarily "fix" citra_qt for Windows | Mathieu Vaillancourt | 2014-04-11 | 1 | -25/+25 |
| | |||||
* | Basic QT window | Mathieu Vaillancourt | 2014-04-01 | 1 | -0/+38 |