aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Add more services and some fixes, along with more "override"Gravatar purpasmart962014-11-20
| | | | in the service's headers
* Merge pull request #211 from linkmauve/masterGravatar bunnei2014-11-19
|\ | | | | Remove trailing spaces from the entire project
* \ Merge pull request #208 from lioncash/staticsGravatar bunnei2014-11-19
|\ \ | | | | | | Add static to some variables
| | * Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-19
| | |
| | * Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| |/ |/| | | | | or generated
| * Add static to some variablesGravatar Lioncash2014-11-18
| |
* | Merge pull request #165 from neobrain/viewport-scalingGravatar bunnei2014-11-18
|\ \ | | | | | | Stretch emulation output to render window and be display density independent
* \ \ Merge pull request #207 from lioncash/docsGravatar Tony Wasserka2014-11-18
|\ \ \ | | | | | | | | Fix documentation of parameters
* \ \ \ Merge pull request #209 from lioncash/warnGravatar Tony Wasserka2014-11-18
|\ \ \ \ | | | | | | | | | | directory_sdmc: Fix a signed/unsigned mismatch comparison
* \ \ \ \ Merge pull request #210 from lioncash/typedefGravatar Tony Wasserka2014-11-18
|\ \ \ \ \ | | | | | | | | | | | | system: Get rid of an unnecessary enum typedef
| * | | | | system: Get rid of an unnecessary enum typedefGravatar Lioncash2014-11-18
| | |_|_|/ | |/| | |
| | * | | directory_sdmc: Fix a signed/unsigned mismatch comparisonGravatar Lioncash2014-11-18
| |/ / /
| | * / Fix documentation of parametersGravatar Lioncash2014-11-18
| |/ /
* / / Remove extraneous semicolonsGravatar Lioncash2014-11-18
|/ /
| * citra GLFW: Ignore minimal window size hints.Gravatar Tony Wasserka2014-11-18
| | | | | | | | GLFW provides no proper support for this, hence we just allow any window size to be used.
| * EmuWindow: Add some explicit documentation and set proper minimal client ↵Gravatar Tony Wasserka2014-11-18
| | | | | | | | area size.
| * citra-qt: Small cleanup.Gravatar Tony Wasserka2014-11-18
| |
| * EmuWindow: Add a TODO.Gravatar Tony Wasserka2014-11-18
| | | | | | | | | | | | Implementing this function currently is not critical, as we don't perform any configuration changes, yet. However, the interface is a good starting point for adding this functionality.
| * MathUtil: Make Rectangle work with unsigned types.Gravatar Tony Wasserka2014-11-18
| |
| * OpenGL Renderer: Cleanup viewport extent calculation.Gravatar Tony Wasserka2014-11-18
| |
| * EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest.Gravatar Tony Wasserka2014-11-18
| |
| * EmuWindow: Remove window title getters/setters.Gravatar Tony Wasserka2014-11-18
| | | | | | | | | | The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there. Providing properly thread-safe window title getters and setters is a mess anyway.
| * EmuWindow: Add documentation.Gravatar Tony Wasserka2014-11-18
| |
| * EmuWindow: Add support for specifying minimal client area sizes.Gravatar Tony Wasserka2014-11-18
| |
| * Fixup EmuWindow interface and implementations thereof.Gravatar Tony Wasserka2014-11-18
| |
| * Viewport scaling and display density independenceGravatar Kevin Hartman2014-11-18
| | | | | | | | | | The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window. On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
| * Add a GUI logging channel.Gravatar Tony Wasserka2014-11-18
|/ | | | Replace asserts with _dbg_assert_.
* core: Mark some hle functions as staticGravatar Lioncash2014-11-17
| | | | These functions are not referred to by their linkage name outside of the translation unit, so they can be marked as static.
* Archive: Fixed to not destroy archive handle on close.Gravatar bunnei2014-11-17
|
* Archive: Fixed close archive before freeing.Gravatar bunnei2014-11-17
|
* FS_User: Support FileSye::Path in a more generic way.Gravatar bunnei2014-11-17
| | | | added a todo to kernel archive
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-17
|
* FileSys: Added DebugStr method to Path class.Gravatar bunnei2014-11-17
|
* Merge pull request #201 from archshift/bossGravatar bunnei2014-11-17
|\ | | | | Add missing boss:U service
* \ Merge pull request #199 from lioncash/prototypeGravatar bunnei2014-11-17
|\ \ | | | | | | mem_map: Add missing prototype for Write64
| | * Add missing boss:U service, needed according to Nintendo Zone logs.Gravatar archshift2014-11-17
| | |
* | | emu_window: Fix initializer list order.Gravatar Lioncash2014-11-17
| |/ |/| | | | | Gets rid of a warning on OSX.
| * mem_map: Add missing prototype for Write64Gravatar Lioncash2014-11-16
|/
* Merge pull request #195 from lioncash/controlGravatar Tony Wasserka2014-11-16
|\ | | | | vertex_shader: Fix control reaches end of function warning
| * vertex_shader: Fix control reaches end of function warningGravatar Lioncash2014-11-16
| |
* | Merge pull request #159 from SeannyM/enable_logGravatar Tony Wasserka2014-11-15
|\ \ | | | | | | Add support for disabling log from settings
* \ \ Merge pull request #193 from lioncash/fmtGravatar bunnei2014-11-15
|\ \ \ | | | | | | | | Fix two format strings.
* \ \ \ Merge pull request #194 from lioncash/virtGravatar bunnei2014-11-15
|\ \ \ \ | |_|_|/ |/| | | ARM_Interface: Make destructor virtual
| * | | ARM_Interface: Make destructor virtualGravatar Lioncash2014-11-14
| | | | | | | | | | | | | | | | Fixes some warnings on OSX.
| | * | Fix two format strings.Gravatar Lioncash2014-11-14
| |/ / |/| |
* | | Merge pull request #183 from archshift/lowpathGravatar bunnei2014-11-12
|\ \ \ | | | | | | | | Add support for UTF-16 strings for LowPaths in FS:USER
| * | | Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-12
| | | |
* | | | Merge pull request #188 from bunnei/apt-fixesGravatar bunnei2014-11-12
|\ \ \ \ | | | | | | | | | | APT_U: Various improvements and bug fixes.
| * | | | APT_U: Added stub for function AppletUtility.Gravatar bunnei2014-11-11
| | | | |
| * | | | APT_U: Set a valid parameter buffer size in GlanceParameter.Gravatar bunnei2014-11-11
| | | | | | | | | | | | | | | | | | | | - Also Clarified GlanceParameter/ReceiveParameter documentation.