bunnei
05cb10530f
OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.
8 years ago
James Rowe
b30c5370b1
yuzu - Fix duplicate logs
8 years ago
James Rowe
6269a01b4e
Add configurable logging backends
8 years ago
James Rowe
638956aa81
Rename logging macro back to LOG_*
8 years ago
bunnei
1669911b1d
yuzu: Remove SSBOs check from Qt frontend.
8 years ago
Zach Hilman
acc8fe5a2a
Bug fixes, testing, and review changes
8 years ago
Zach Hilman
f969ddb54e
Add 'Load Folder' menu option
8 years ago
Zach Hilman
9f8fbce35b
Add support for main files in file picker
8 years ago
Subv
7786f41cc0
Qt: Removed the Registers widget.
It was crashing and nobody actually uses this.
8 years ago
BreadFish64
0641950f9a
qt: add check for GL extension support
8 years ago
Lioncash
3062eb52f4
frontends: Move logging macros over to new fmt-capable ones
8 years ago
N00byKing
8a47e7e493
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
958c98bdae
Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611 )
8 years ago
James Rowe
222ba939f2
Prevent crash from uninitialized telemetry
8 years ago
N00byKing
358050cfc6
core, main.h: Abort on 32Bit ROMs ( #309 )
* core, main.h: Abort on 32Bit ROMs
* main.cpp: Fix Grammar
8 years ago
N00byKing
1b7dc84132
Port citra-emu/citra#3610 to yuzu
8 years ago
N00byKing
78e974ba68
Add Dark theme, Icon theming
configure_general.ui: Add UI Option for Themes
config.cpp: Save Theme Settings
8 years ago
N00byKing
91e67ed430
main.cpp: Replace Citra with yuzu Wiki Links
8 years ago
N00byKing
d248b90c85
main.cpp: Update Dialog from citra to yuzu
8 years ago
Subv
0ce52b1da2
GPU: Make the debug_context variable a member of the frontend instead of a global.
8 years ago
Subv
025d111308
Frontend: Allow opening the Surface View widget in the Qt frontend.
8 years ago
Subv
77fd0d47e7
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
8 years ago
Daniel Lim Wee Soong
47f96fe13a
Change "yuzu starting..." to be logged with the new macro
Just as a proof that it works
8 years ago
N00byKing
34b733e70e
CMake: Set EMU_ARCH_BITS in CMakeLists.txt
8 years ago
Vishal Sharma
65f3119074
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
5e46a9bb2b
qt: Migrate to Qt 5 signal/slot connection syntax where applicable
8 years ago
MerryMage
e35644c005
clang-format
8 years ago
N00byKing
8b097aa17e
Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError ( #39 )
8 years ago
goaaats
8cdc1be0df
Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our fullscreen implementation)
8 years ago
goaaats
f473780c52
Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)
8 years ago
Jannik Vogel
1a93237c23
Remove Surface Viewer stub
8 years ago
spycrab
c493bd9cc9
Implement "About" dialog
8 years ago
MerryMage
80db02c497
Minor cleanup
8 years ago
James Rowe
18ca3ca751
Removing unused settings and yuzu rebranding
8 years ago
James Rowe
389979018c
Remove gpu debugger and get yuzu qt to compile
8 years ago
James Rowe
ebf9a784a9
Massive removal of unused modules
8 years ago
bunnei
72b03025ac
Remove lots more 3DS-specific code.
8 years ago
bunnei
40f417125b
telemetry: Log frontend type.
9 years ago
bunnei
59ad933022
citra_qt: Show one-time callout messages to user.
9 years ago
Andrea Pascal
f55b7aefd9
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
9c2335b984
citra-qt: load ui theme at startup and config change.
9 years ago
TheKoopaKingdom
f008b22e3b
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
ff04320c97
Fixed wiki URLs.
9 years ago
TheKoopaKingdom
a8aef599e0
Created a whitelist of system archives to prevent false positives creating dialogs.
9 years ago
TheKoopaKingdom
0409bdfea5
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
9 years ago
TheKoopaKingdom
b6bab59000
Added message to status bar to show core errors ignored by the user.
9 years ago
TheKoopaKingdom
37bec598ea
Made some changes from review comments:
- Made LoadKernelSystemMode return a pair consisting of a system mode and a result code (Could use review).
- Deleted ErrorOpenGL error code in favor of just having ErrorVideoCore.
- Made dialog messages more clear.
- Compared archive ID in fs_user.cpp to ArchiveIdCode::NCCH as opposed to hex magic.
- Cleaned up some other stuff.
9 years ago
TheKoopaKingdom
1ecb322daa
Added system for handling core errors in citra-qt.
9 years ago
Yuri Kunde Schlesner
e91f2b7663
Remove some unnecessary inclusions of video_core.h
9 years ago
Yuri Kunde Schlesner
6577bbc3c5
Remove ability to load symbol maps
This was now mostly unused except by thread creation, which used a
symbol of the entrypoint, if available, to name the thread.
9 years ago