bunnei
|
7889cafc76
|
Loader: Implemented AppLoader interface for abstracting application loading.
- Various cleanups/refactorings to Loader, ELF, and NCCH modules.
- Added AppLoader interface to ELF and NCCH.
- Updated Qt/GLFW frontends to check AppLoader ResultStatus.
NCCH: Removed extra qualification typos.
Loader: Removed unnecessary #include's.
NCCH: Improved readability of memcmp statements.
NCCH: Added missing space.
Elf: Removed unnecessary usage of unique_ptr.
Loader: Removed unnecessary usage of unique_ptr.
|
12 years ago |
bunnei
|
0aca202ae9
|
Loader: Moved elf and loader modules to a "loader" subdirectory.
|
12 years ago |
archshift
|
ee4717aaae
|
Preprocessor: #if's out OSX-specific GL changes on other platforms
|
12 years ago |
archshift
|
403e4bf837
|
CMakeLists: rename HEADS, improved comments
Changes for clarity of comments, removed redundant compiler flags.
|
12 years ago |
bunnei
|
265c770a9d
|
updated how we call ARM core to make things much faster
|
12 years ago |
archshift
|
bd316ca0c0
|
Fixed indents
|
12 years ago |
archshift
|
62528320ea
|
Check arg count before attempting to access it.
|
12 years ago |
archshift
|
eec40f8f6f
|
Use runtime arguments to specify boot filename.
|
12 years ago |
archshift
|
704075f04a
|
Fixed indents
|
12 years ago |
archshift
|
948cfe6d37
|
Reverse debugging changes
|
12 years ago |
archshift
|
dade106aa9
|
Linux support
|
12 years ago |
archshift
|
fb47258af7
|
TGA dumps work, courtesy of @bunnei
|
12 years ago |
archshift
|
c1b770cc0d
|
OpenGL 3+ on OSX with GLFW
|
12 years ago |
archshift
|
a7f3ed003d
|
A bit of Cmake love
|
12 years ago |
archshift
|
52377cf0d2
|
Some more experimentation
|
12 years ago |
archshift
|
5a9c2ce5ea
|
IT'S ALIVE!
|
12 years ago |
Thomas Edvalson
|
a226dc57bf
|
Need to add Xcursor to linker?
|
12 years ago |
Thomas Edvalson
|
c51e4822b1
|
Fixed CMake's import of GLFW.
|
12 years ago |
bunnei
|
7a136b8a84
|
fixes to build on linux
|
12 years ago |
bunnei
|
b0ae99e177
|
removed unused macros from citra.h
|
12 years ago |
bunnei
|
9527fc74ad
|
fixed a bunch of errors in CMakeLists
|
12 years ago |
bunnei
|
6b83509a7e
|
updated CMakeLists
|
12 years ago |
bunnei
|
5da03e821e
|
- removed deprecated version.h
- cleaned up window title
- cleaned up emu_window_glfw/emu_window
|
12 years ago |
bunnei
|
ad4fffca0d
|
fixed license headers in citra project
|
12 years ago |
bunnei
|
de0a034a84
|
fixed project includes to use new directory structure
|
12 years ago |
bunnei
|
63e46abdb8
|
got rid of 'src' folders in each sub-project
|
12 years ago |
bunnei
|
efef514fd8
|
removed unused comments, changed main processing loop to be infinite
|
12 years ago |
bunnei
|
e4d1ad4bda
|
set window size to correspond to framebuffer sizes
|
12 years ago |
bunnei
|
a604eaee54
|
added project linker reference
|
12 years ago |
Mathieu Vaillancourt
|
f1fd84aa0f
|
Support vs express edition without having to get platform sdk
|
12 years ago |
bunnei
|
c7f4914a90
|
added simple processing loop and ELF loading to main()... hackish, will cleanup later
|
12 years ago |
ShizZy
|
e0cb54ea35
|
moved some core functions over to system module
|
12 years ago |
ShizZy
|
a79fb90d62
|
upgraded proj files to vs 2013
|
12 years ago |
ShizZy
|
8bb0c457bc
|
renamed from citrus to citra
|
12 years ago |