Zach Hilman
a47f36da7b
Add support for decrypted NCA files ( #567 )
* Start to add NCA support in loader
* More nca stuff
* More changes to nca.cpp
* Now identifies decrypted NCA cont.
* Game list fixes and more structs and stuff
* More updates to Nca class
* Now reads ExeFs (i think)
* ACTUALLY LOADS EXEFS!
* RomFS loads and games execute
* Cleanup and Finalize
* plumbing, cleanup and testing
* fix some things that i didnt think of before
* Preliminary Review Changes
* Review changes for bunnei and subv
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
Zach Hilman
ea7301923c
Recognize main files in game list
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
Subv
5647fa35ff
Qt/WaitTree: Display the callstack for each thread in the wait tree widget.
8 years ago
bunnei
ce7d89cb0e
thread: Rename mask to affinity_masks.
8 years ago
bunnei
f006872017
wait_tree: Add ideal core and affinity mask.
8 years ago
bunnei
26a22031aa
wait_tree: Show all threads on all schedulers.
8 years ago
bunnei
bbd273e7ce
core: Add a configuration setting for use_multi_core.
8 years ago
bunnei
44c565aeca
core: Implement multicore support.
8 years ago
Lioncash
d1e3e0eb42
string_util: Remove StringFromFormat() and related functions
Given we utilize fmt, we don't need to provide our own functions for formatting anymore
8 years ago
Lioncash
ef3129bf7a
frontends: Move logging macros over to new fmt-capable ones
8 years ago
bunnei
b6bed8fd74
memory_manager: Make GpuToCpuAddress return an optional.
8 years ago
bunnei
ebef12f037
memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.
8 years ago
Subv
fa6edc4412
GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format as the A2BGR10 texture format.
8 years ago
Subv
106d31e8c3
Qt: Update the WaitTree widget to show info about the current mutex of each thread.
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
7555b881e8
Remove whitespaces
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
a037c8914a
main.h: Add pragma once, remove ifndef
8 years ago
bunnei
32181284be
config: Use simplified checkbox (from Citra) for CPU JIT.
8 years ago
bunnei
af6e1f8554
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
8 years ago
bunnei
b4fb85ff0f
configure_general: Cleanup naming.
8 years ago
bunnei
534cee3d8b
qt: Add config option for is_docked.
8 years ago
bunnei
679d29d9f8
config: Add setting for whether the system is docked or not.
8 years ago
bunnei
9415aeb48f
graphics_surface: Remove superfluous cast.
8 years ago
bunnei
74c4739713
graphics_surface: Fix merge conflicts.
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
0892143af9
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
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
bunnei
d6c27e6b28
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
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
bunnei
539977f39b
kernel: Use Scheduler class for threading.
8 years ago
Hexagon12
5eb5f5ac9a
pls, that was easy
8 years ago
bunnei
1cbf186f63
debugger: Fix wait_tree crash.
8 years ago
James Rowe
ea88c44eb8
Format: Run the new clang format on everything
8 years ago
Lioncash
e11285c9a8
qt: Migrate to Qt 5 signal/slot connection syntax where applicable
8 years ago
Evgeni Danailov
4e1e16ac61
ui: Rename almost all classes in configuration_input.ui ( #99 )
* Rename verticalLayout_25 to verticalLayout_23.
* Rename almost all classes.
8 years ago