Yuri Kunde Schlesner
|
5b96915c69
|
Qt: Reorganize connection of menu events
|
9 years ago |
Yuri Kunde Schlesner
|
4cb1f36896
|
Qt: Re-organize setup of debugging widgets
|
9 years ago |
Yuri Kunde Schlesner
|
c7c0219f8a
|
Qt: Remove orpahned function declaration
|
9 years ago |
Yuri Kunde Schlesner
|
5f00fe905c
|
Qt: Remove unnecessary std::string usage
|
9 years ago |
noah the goodra
|
6bcd5ce047
|
added drag n drop feature
|
9 years ago |
Lioncash
|
cc1f2c131b
|
citra-qt: Move bits of constructor behavior to named functions
Makes the initialization process a tad easier to grok,
since the constructor isn't just a glob of random unrelated behaviors.
|
9 years ago |
MerryMage
|
5a4e1b469d
|
main: Open folder when open save folder location context menu is clicked
|
9 years ago |
Subv
|
1323ab2f5f
|
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
3dsx and elf files default to system mode 2 (96MB allocated to the application).
This allows Home Menu to boot without modifications.
Closes #1849
|
9 years ago |
James Rowe
|
d9305b0a07
|
Add default hotkey to swap primary screens.
Also minor style changes
|
9 years ago |
wwylele
|
f69a543110
|
implement wait tree widget
|
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.
|
9 years ago |
Yuri Kunde Schlesner
|
396a8d91a4
|
Manually tweak source formatting and then re-run clang-format
|
9 years ago |
Emmanuel Gil Peyrot
|
dc8479928c
|
Sources: Run clang-format on everything.
|
9 years ago |
Jannik Vogel
|
7d7849d71a
|
citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'
|
10 years ago |
LittleWhite
|
3eb737a5f5
|
Add more stuff to configure.
|
10 years ago |
LittleWhite
|
e33b938505
|
Whole config is handled by Config class.
This also means : we have only one config file, now
|
10 years ago |
LittleWhite
|
426c4a2a5b
|
Add Configure widget
|
10 years ago |
LittleWhite
|
5912c9c327
|
Register ROM started through the gamelist in the list of ROM recently started
|
10 years ago |
LittleWhite
|
4be68dddfb
|
Improve error report from Init() functions
Add error popup when citra initialization failed
|
10 years ago |
LittleWhite
|
973a6c40da
|
Add a configuration entry to enable/disable the check
|
10 years ago |
LittleWhite
|
c2b210f713
|
Add check before closure when emulation is running
Implement confirmation in a specific function
Fix typos and coding style
Coding convention
|
10 years ago |
polaris-
|
31dee93e84
|
Implement gdbstub
|
10 years ago |
archshift
|
797b91a449
|
Add menu item for selecting the game list folder
|
10 years ago |
archshift
|
6e1bb58ee8
|
Initial implementation of a game list
|
10 years ago |
archshift
|
afd06675fa
|
Don't show render window until a game is started
|
10 years ago |
polaris-
|
5114d75647
|
Implement gdbstub
|
10 years ago |
Yuri Kunde Schlesner
|
0fcabd2b11
|
Integrate the MicroProfile profiling library
This brings goodies such as a configurable user interface and
multi-threaded timeline view.
|
11 years ago |
LittleWhite
|
adee93d784
|
Improvements for MRU
avoid duplicates
always put the last file loaded to top of the list
|
11 years ago |
bunnei
|
094ae6fadb
|
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
- Config: Add an option for selecting to use shader JIT or interpreter.
- Qt: Add a menu option for enabling/disabling the shader JIT.
|
11 years ago |
LittleWhite
|
66eabd326f
|
Add menu and logic to save and load recently loaded files.
This menu is only for ROM and will not save symbols recently loaded.
When the menu is empty, the menu is disabled (greyed out)
|
11 years ago |
Lioncash
|
13ddf60f60
|
citra-qt: Pass string by const reference
|
11 years ago |
tfarley
|
05dc633a8c
|
OpenGL renderer
|
11 years ago |
bunnei
|
43cf424907
|
Qt: Use signals for emu_thread start/stop and fix disasm widget.
|
11 years ago |
bunnei
|
3dd2688785
|
Qt: Fix loading a new game without stopping emulation.
|
11 years ago |
bunnei
|
762c1a9ff5
|
Qt: Move EmuThread ownership from render window to main window.
|
11 years ago |
Yuri Kunde Schlesner
|
cd1fbfcf1b
|
Add profiling infrastructure and widget
|
11 years ago |
Kingcom
|
76c74ffc96
|
citra-qt: Add option to hide dock widget title bars
|
11 years ago |
chrisvj
|
b0a14cfe7f
|
citra-qt: Renamed all .hxx headers to .h
|
11 years ago |
chrisvj
|
6dfcf2271b
|
citra-qt: Added license headers to files.
|
11 years ago |
Yuri Kunde Schlesner
|
d72708c1f5
|
Add `override` keyword through the code.
This was automated using `clang-modernize`.
|
11 years ago |
archshift
|
6096b289b7
|
Bootmanager: changed `filename` to std::string
|
12 years ago |
Tony Wasserka
|
6893732348
|
citra-qt: Add command list view.
|
12 years ago |
Tony Wasserka
|
87e98ff97b
|
citra-qt: Add GX command history viewer.
|
12 years ago |
bunnei
|
08fb71108a
|
added symbol map load function to Qt GUI
|
12 years ago |
Mathieu Vaillancourt
|
81f6062c85
|
Re-enable toggling window mode.
|
12 years ago |
Mathieu Vaillancourt
|
e5f09b8be6
|
UI/debugger changes
|
12 years ago |
Mathieu Vaillancourt
|
68a8594d04
|
Init window size from VideoCore. Start changing the default window behavior...
|
12 years ago |
bunnei
|
63e46abdb8
|
got rid of 'src' folders in each sub-project
|
12 years ago |
Mathieu Vaillancourt
|
1c7120b3aa
|
More Qt changes for debugger
|
12 years ago |
Mathieu Vaillancourt
|
05be8d2f0c
|
Basic QT window
|
12 years ago |