Zach Hilman
b10c0d291f
Remove files that are not used
8 years ago
fearlessTobi
41f0c63993
Port #3913 from Citra: "citra_qt: Remove obsolete application attribute"
8 years ago
fearlessTobi
6d2e4b74c2
Port #3911 from Citra: "Optimize settings application"
8 years ago
fearlessTobi
5946bf7728
Port #3594 from Citra
8 years ago
fearlessTobi
d037602d5c
Port #3665 from Citra
8 years ago
Subv
555a0638ec
Frontend: Check for more required OpenGL extensions during startup.
8 years ago
Lioncash
85ca923ed4
file_util: Use an enum class for GetUserPath()
Instead of using an unsigned int as a parameter and expecting a user to
always pass in the correct values, we can just convert the enum into an
enum class and use that type as the parameter type instead, which makes
the interface more type safe.
We also get rid of the bookkeeping "NUM_" element in the enum by just
using an unordered map. This function is generally low-frequency in
terms of calls (and I'd hope so, considering otherwise would mean we're
slamming the disk with IO all the time) so I'd consider this acceptable
in this case.
8 years ago
bunnei
91e048cce7
OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.
8 years ago
James Rowe
ca04901b0f
yuzu - Fix duplicate logs
8 years ago
James Rowe
7af1a786d5
Add configurable logging backends
8 years ago
James Rowe
e159c550d8
Rename logging macro back to LOG_*
8 years ago
bunnei
78ce5a7026
yuzu: Remove SSBOs check from Qt frontend.
8 years ago
Zach Hilman
044ed8717e
Bug fixes, testing, and review changes
8 years ago
Zach Hilman
ad8d79aade
Add 'Load Folder' menu option
8 years ago
Zach Hilman
ba498ab930
Add support for main files in file picker
8 years ago
Subv
de53649e61
Qt: Removed the Registers widget.
It was crashing and nobody actually uses this.
8 years ago
BreadFish64
a7e6cadc81
qt: add check for GL extension support
8 years ago
Lioncash
ef3129bf7a
frontends: Move logging macros over to new fmt-capable ones
8 years ago
N00byKing
f2001a33cc
Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) ( #271 )
* Port 3528: use nvidia graphics automatically on laptops with optimus
* Force dedicated AMD Card for switchable Graphics
* Ran clang-format
8 years ago
adityaruplaha
4716115c3d
Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611 )
8 years ago
James Rowe
92254855e7
Prevent crash from uninitialized telemetry
8 years ago
N00byKing
6d5b25c136
core, main.h: Abort on 32Bit ROMs ( #309 )
* core, main.h: Abort on 32Bit ROMs
* main.cpp: Fix Grammar
8 years ago
N00byKing
6386f0910c
Port citra-emu/citra#3610 to yuzu
8 years ago
N00byKing
675b525fb8
Add Dark theme, Icon theming
configure_general.ui: Add UI Option for Themes
config.cpp: Save Theme Settings
8 years ago
N00byKing
05d777b122
main.cpp: Replace Citra with yuzu Wiki Links
8 years ago
N00byKing
357e97cc2c
main.cpp: Update Dialog from citra to yuzu
8 years ago
Subv
18a9536efa
GPU: Make the debug_context variable a member of the frontend instead of a global.
8 years ago
Subv
b143430809
Frontend: Allow opening the Surface View widget in the Qt frontend.
8 years ago
Subv
19bf501723
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
8 years ago
Daniel Lim Wee Soong
81eaba792e
Change "yuzu starting..." to be logged with the new macro
Just as a proof that it works
8 years ago
N00byKing
9b619405e9
CMake: Set EMU_ARCH_BITS in CMakeLists.txt
8 years ago
Vishal Sharma
3ec2bf49cf
Removes the use of QKeySequence::Cancel ( #186 )
* Removes the use of QKeySequence::Cancel to remove issues while running make
* Corrects characters in a line for travis failure
* Corrects space in a line for travis failure
8 years ago
Lioncash
e11285c9a8
qt: Migrate to Qt 5 signal/slot connection syntax where applicable
8 years ago
MerryMage
41bfd994f6
clang-format
8 years ago
N00byKing
b2228b3b2a
Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError ( #39 )
8 years ago
goaaats
8244ccf2c0
Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our fullscreen implementation)
8 years ago
goaaats
fe722aba41
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
8 years ago
Jannik Vogel
e5ecb86d23
Remove Surface Viewer stub
8 years ago
spycrab
bb84db54a8
Implement "About" dialog
8 years ago
MerryMage
2c057ef5df
Minor cleanup
8 years ago
James Rowe
31499ecb2e
Removing unused settings and yuzu rebranding
8 years ago
James Rowe
bd5740a721
Remove gpu debugger and get yuzu qt to compile
8 years ago
James Rowe
5dbd091a80
Massive removal of unused modules
8 years ago
bunnei
5993f6f6de
Remove lots more 3DS-specific code.
8 years ago
bunnei
24326a8436
telemetry: Log frontend type.
8 years ago
bunnei
8ed5cd044d
citra_qt: Show one-time callout messages to user.
8 years ago
Andrea Pascal
0aeb557fe7
Quickfix typo in OpenGL 3.3 error message
User pointed out on the Discord server that "nothave" is erroneously concatenated. Added a space to prevent it.
9 years ago
Kloen
ffa035529d
citra-qt: load ui theme at startup and config change.
9 years ago
TheKoopaKingdom
e0f8f75f43
Addressed Bunnei's review comments, and made some other tweaks:
- Deleted GetStatus() because it wasn't used anywhere outside of Core::System.
- Fixed design flaw where the message bar status could be set despite the game being stopped.
9 years ago
TheKoopaKingdom
b5b8dd22e5
Fixed wiki URLs.
9 years ago