Commit Graph

21 Commits (68183e7b5a8084e3fd2ec7b5f1e82576ffc20fe3)

Author SHA1 Message Date
James Rowe 1d28b2e142 Remove references to PICA and rasterizers in video_core 8 years ago
bunnei 0906de9a14 hle: Remove a large amount of 3ds-specific service code. 8 years ago
ThaMighty90 3cdf854e44 SidebySide Layout (#2859)
* added a SidebySide Layout

* Reworked, so both screen have the same height and cleaned up screen translates.

* added the option in the UI, hope this is the right way to do it. formated framebuffer_layout.cpp

* delete the x64 files

* deleted ui_configure_graphics.h

* added Option for the Layout in the xml

* got rid of SIDE_BY_SIDE_ASPECT_RATIO because it was useless. pulled translate into variables

* changed shift variables to u32 and moved them in their respective branch. remove notr="true" for the Screen layout drop down

* reworked intends :). changed function description for SideFrameLayout

* some description reworking
9 years ago
Yuri Kunde Schlesner ae095cfb71 Core: Fix some out-of-style includes 9 years ago
wwylele 85116643b2 ir: implement new 3ds HID via ir:rst 9 years ago
wwylele 12bcf64ab5 ir: implement circle pad pro 9 years ago
wwylele 1d1329af23 HID: use ButtonDevice 9 years ago
noah the goodra a0874d9b64 removed the possibly uneeded cast on values.gdbstub_port
as far as i could tell this cast is unneeded because [GDBStub::SetServerPort](https://github.com/citra-emu/citra/blob/master/src/core/gdbstub/gdbstub.cpp#L897) takes a u16 and [values.gdbstub_port](https://github.com/citra-emu/citra/blob/master/src/core/settings.h#L116) is already a u16
9 years ago
bunnei 22ad9094e6 config: Add option for specifying screen resolution scale factor. 9 years ago
MerryMage 64f98f4d0f core: Move emu_window and key_map into core
* Removes circular dependences (common should not depend on core)
9 years ago
emmauss c4e4fa53d9 Implement Frame rate limiter (#2223)
* implement frame limiter

* fixes
9 years ago
James Rowe 2b1654ad9b Support additional screen layouts.
Allows users to choose a single screen layout or a large screen layout.
Adds a configuration option to change the prominent screen.
9 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 10 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks.
This makes clang-format useful on those.

Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
10 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 10 years ago
MerryMage dc3f6a34f8 configure_audio: User-configuratble option to enable/disable audio stretching 10 years ago
MerryMage 4e971f44a2 Audio: Add sink selection to configuration files 10 years ago
tfarley e46d086189 Config: Add scaled resolution option 10 years ago
Jannik Vogel f2c8619704 CitraQt: Apply config at startup 10 years ago
purpasmart96 ebfd831ccb License change 11 years ago
archshift e6594f9f53 Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
11 years ago