index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanups to service HLE
bunnei
2014-04-13
2
-8
/
+8
*
- added HLE to connect to "srv:" service
bunnei
2014-04-13
11
-168
/
+386
*
hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing this...)
bunnei
2014-04-12
1
-2
/
+6
*
added a SETABORT method that does not update LR (for HLE'd SVC that does not jump appcore CPU to an IRQ vector)
bunnei
2014-04-12
1
-0
/
+11
*
added a memory mapped option for HLE
bunnei
2014-04-12
1
-5
/
+8
*
- renamed hle_syscall to just syscall
bunnei
2014-04-12
7
-106
/
+157
*
replace tabs with spaces
bunnei
2014-04-12
1
-6
/
+6
*
moved hle.cpp into hle folder (due to mistake earlier)
bunnei
2014-04-12
3
-2
/
+2
*
added remaining known syscall functions to Syscall_Table
bunnei
2014-04-11
1
-0
/
+80
*
base code to call a syscall from ARM11 appcore
bunnei
2014-04-11
5
-9
/
+85
*
updated logging message
bunnei
2014-04-11
1
-2
/
+2
*
cleaned up some logging messages
bunnei
2014-04-11
6
-33
/
+21
*
added logger for generic HLE
bunnei
2014-04-11
2
-3
/
+3
*
changed some naming/misc cleanups
bunnei
2014-04-11
4
-21
/
+20
*
- removed syscall classes (will just use HLEFunction)
bunnei
2014-04-11
6
-15
/
+54
*
Merge branch 'master' into hle-interface
bunnei
2014-04-11
9
-68
/
+47
|
\
|
*
removed scm_rev.h from version control
bunnei
2014-04-11
1
-4
/
+0
|
*
removed unused macros from citra.h
bunnei
2014-04-11
1
-9
/
+0
|
*
added missing const to GetWindowTitle
bunnei
2014-04-11
1
-1
/
+1
|
*
fixed a bunch of errors in CMakeLists
bunnei
2014-04-10
4
-13
/
+6
|
*
updated CMakeLists
bunnei
2014-04-10
6
-45
/
+44
*
|
added initial modules for setting up SysCall HLE
bunnei
2014-04-11
7
-0
/
+862
*
|
missed this file with commit 95e5436f
bunnei
2014-04-11
1
-1
/
+10
*
|
added Memory::GetCharPointer to read strings from HLE functions
bunnei
2014-04-11
1
-0
/
+4
*
|
cleaned up arm_interface, added a setter to set registers for use with HLE return values
bunnei
2014-04-11
2
-6
/
+70
|
/
*
Update README.md
bunnei
2014-04-09
1
-1
/
+1
*
- removed deprecated version.h
bunnei
2014-04-09
10
-102
/
+74
*
fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module
bunnei
2014-04-09
3
-94
/
+57
*
fixed license headers in citra project
bunnei
2014-04-09
4
-116
/
+16
*
removed duplicate license file
bunnei
2014-04-09
1
-339
/
+0
*
fixed scm_rev_gen
bunnei
2014-04-09
2
-5
/
+5
*
fixed project includes to use new directory structure
bunnei
2014-04-09
95
-613
/
+634
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
148
-0
/
+0
*
fixed some license headers that I missed
bunnei
2014-04-09
2
-46
/
+6
*
fixed all license file headers in core
bunnei
2014-04-09
12
-303
/
+44
*
fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2
bunnei
2014-04-09
2
-487
/
+455
*
fixed license header in video_core
bunnei
2014-04-09
7
-182
/
+23
*
added license txt file
bunnei
2014-04-09
1
-0
/
+339
*
- removed lots of unused code from gekko
bunnei
2014-04-09
3
-367
/
+110
*
Update README.md
bunnei
2014-04-08
1
-0
/
+12
*
Merge branch 'hardware-interface'
bunnei
2014-04-07
34
-168
/
+1786
|
\
|
*
removed unused comments, changed main processing loop to be infinite
bunnei
2014-04-07
1
-34
/
+2
|
*
added support for renderering the external framebuffers
bunnei
2014-04-07
2
-20
/
+147
|
*
added external framebuffer GL handles
bunnei
2014-04-07
1
-2
/
+11
|
*
removed log message from hw_lcd
bunnei
2014-04-07
1
-2
/
+0
|
*
added hack physical memory reads with Memory::GetPointer
bunnei
2014-04-07
1
-2
/
+9
|
*
added "citra" instead of "emu" to title bar
bunnei
2014-04-07
1
-1
/
+1
|
*
added video_core as a dependencie for citra in build order
bunnei
2014-04-06
1
-0
/
+1
|
*
added logger option specifically for the renderer
bunnei
2014-04-06
2
-2
/
+2
|
*
calling SwapBuffers from hw_lcd.cpp
bunnei
2014-04-06
1
-0
/
+2
|
*
initialize VideoCore
bunnei
2014-04-06
1
-2
/
+3
|
*
added initial renderer code
bunnei
2014-04-06
8
-20
/
+535
|
*
set window size to correspond to framebuffer sizes
bunnei
2014-04-06
2
-5
/
+4
|
*
added project linker reference
bunnei
2014-04-06
1
-0
/
+3
|
*
added video_core project to solution
bunnei
2014-04-05
9
-1
/
+578
|
*
added missing includes to common_types.h
bunnei
2014-04-05
1
-0
/
+3
|
*
added g_app_core->Step and HW::Update to Core::SingleStep to be consistent with other changes made
bunnei
2014-04-05
1
-1
/
+5
|
*
changed hw_lcd to use ARM core correct tick counter instead of [what was actually] just an instruction count. this seems to fix timing issues with the 3DS_Homebrew_Pong3Dv2 demo.
bunnei
2014-04-05
3
-8
/
+48
|
*
Updated common_types.h to use Gekko's version w/ Rect and some useful unions
bunnei
2014-04-05
1
-30
/
+102
|
*
added DISALLOW_COPY_AND_ASSIGN macro
bunnei
2014-04-05
1
-0
/
+5
|
*
added LCD logger
bunnei
2014-04-05
2
-2
/
+2
|
*
add hw_lcd.* to VS project files
bunnei
2014-04-05
2
-0
/
+8
|
*
added an "Update" method to update all hardware
bunnei
2014-04-05
2
-0
/
+10
|
*
added a module for interfacing to hardware LCD
bunnei
2014-04-05
2
-0
/
+129
|
*
added a tick counter
bunnei
2014-04-05
1
-4
/
+12
|
*
added initial support for hw.cpp module
bunnei
2014-04-05
8
-52
/
+69
|
*
added hw module to interface h/w register reads/writes
bunnei
2014-04-05
5
-3
/
+118
|
*
added a HW option to logging
bunnei
2014-04-05
2
-48
/
+48
|
*
renamed some functions
bunnei
2014-04-05
1
-11
/
+11
*
|
Remove Core::GetState(). Use new ARM_Interface instead.
Mathieu Vaillancourt
2014-04-05
4
-29
/
+25
*
|
Support vs express edition without having to get platform sdk
Mathieu Vaillancourt
2014-04-05
1
-0
/
+0
|
/
*
added entry point loading from ELF file
bunnei
2014-04-05
1
-2
/
+4
*
- added an interface layer for ARM cores
bunnei
2014-04-05
7
-77
/
+213
*
renamed ARM disassembler class from "Arm" to "ARM_Disasm"
bunnei
2014-04-05
2
-27
/
+27
*
got rid of some really poorly named macros in SkyEye core
bunnei
2014-04-05
3
-9
/
+9
*
moved arm core to interpreter directory
bunnei
2014-04-05
17
-65
/
+71
*
added some commented out ARMulator functions
bunnei
2014-04-04
1
-20
/
+3
*
added hack to allow physical mem read/writes
bunnei
2014-04-04
1
-2
/
+20
*
made memory #define's enum to make debugging easier
bunnei
2014-04-04
1
-15
/
+21
*
More Qt changes for debugger
Mathieu Vaillancourt
2014-04-04
9
-187
/
+190
*
Add Core::GetState() for debugger
Mathieu Vaillancourt
2014-04-04
2
-0
/
+9
*
removed some useless log messages
bunnei
2014-04-04
1
-2
/
+0
*
added thumb mode emulation
bunnei
2014-04-04
6
-4
/
+522
*
convert tabs to spaces
bunnei
2014-04-02
47
-5298
/
+5298
*
convert tabs to spaces
bunnei
2014-04-02
10
-6796
/
+6796
*
-converted tabs to spaces
bunnei
2014-04-02
2
-149
/
+145
*
Load file in qt window
Mathieu Vaillancourt
2014-04-01
1
-12
/
+12
*
Basic QT window
Mathieu Vaillancourt
2014-04-01
44
-2
/
+4540
*
added very hackish ARMulator core initialization and CPU stepping
bunnei
2014-04-01
1
-6
/
+97
*
added simple processing loop and ELF loading to main()... hackish, will cleanup later
bunnei
2014-04-01
1
-4
/
+17
*
added ELF loading support to loader.cpp
bunnei
2014-04-01
1
-69
/
+113
*
commented out bswap stuff... ARM ELF files are little endian anyway
bunnei
2014-04-01
1
-9
/
+10
*
added support for reading/writing to stack mem
bunnei
2014-04-01
3
-17
/
+40
*
grabbed ppsspp's MemArena
bunnei
2014-04-01
2
-221
/
+428
*
replaced some error logs with debug asserts
bunnei
2014-03-30
1
-4
/
+2
*
removed unnecessary debug assert
bunnei
2014-03-30
1
-1
/
+0
*
added ARM11 MMU from skyeye
bunnei
2014-03-30
6
-145
/
+116
*
initialize mem regions
bunnei
2014-03-30
1
-0
/
+2
*
added various arm modules from skyeye to make project link OK
bunnei
2014-03-30
9
-166
/
+2582
*
added a GetPointer function to Memory for use with ELF loading
bunnei
2014-03-25
3
-30
/
+33
*
updated Windows project files to include ELF files
bunnei
2014-03-25
2
-0
/
+7
*
added Dolphin's ELF reader to the project
bunnei
2014-03-25
3
-0
/
+594
*
renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXI
ShizZy
2013-10-06
2
-12
/
+10
*
fixed a typo in declaration of meta file system
ShizZy
2013-10-06
1
-2
/
+2
*
moved some core functions over to system module
ShizZy
2013-10-03
5
-15
/
+13
*
added core_timing and system modules to core vcproj
ShizZy
2013-10-02
6
-2
/
+823
*
added an early function for booting from a directory
ShizZy
2013-10-02
2
-16
/
+35
*
added a message option to Core::Halt function
ShizZy
2013-10-02
2
-2
/
+2
*
added TIME logger for core timing
ShizZy
2013-10-02
2
-2
/
+2
*
renamed GC_ALIGNED* macros to MEMORY_ALIGNED*
ShizZy
2013-10-02
1
-12
/
+12
*
upgraded proj files to vs 2013
ShizZy
2013-09-27
5
-5
/
+29
*
added system.h to project
ShizZy
2013-09-27
5
-22
/
+87
*
renamed from citrus to citra
ShizZy
2013-09-26
20
-49
/
+49
*
added meta_file_system to project
ShizZy
2013-09-26
4
-0
/
+637
*
renamed file_sys_directory.* to directory_file_system.*
ShizZy
2013-09-26
4
-5
/
+5
*
moved file_sys back to core
ShizZy
2013-09-26
7
-6
/
+15
*
removed <windows.h> include from common.h and added it only where needed
ShizZy
2013-09-24
3
-5
/
+5
*
moved file_sys to common
ShizZy
2013-09-24
7
-15
/
+6
*
removed unused commented-out code
ShizZy
2013-09-24
1
-154
/
+0
*
renamed PSPFileInfo to just FileInfo
ShizZy
2013-09-24
3
-21
/
+21
*
added PPSSPP's file system directory module for game loading
ShizZy
2013-09-24
3
-10
/
+138
*
added UNICODE preprocessor define
ShizZy
2013-09-24
2
-2
/
+2
*
added localtime_r for use on windows
ShizZy
2013-09-24
1
-0
/
+8
*
added utf8 to common module, utils for dealing with utf8
ShizZy
2013-09-24
4
-0
/
+534
*
removed preprocessor defines from base.props... these were not used
ShizZy
2013-09-24
1
-1
/
+2
*
ppsspp file system module - currently unused
ShizZy
2013-09-20
3
-0
/
+1008
*
updated to chunk_file module from ppsspp
ShizZy
2013-09-20
1
-133
/
+623
*
added a module for loading bootable binaries
ShizZy
2013-09-20
6
-4
/
+207
*
added mem_map hardware writing
ShizZy
2013-09-20
3
-75
/
+76
*
added hw R/W/ memory functions
ShizZy
2013-09-19
5
-3
/
+161
*
added swap types to common
ShizZy
2013-09-19
4
-0
/
+549
*
refactored some mem_map stuff
ShizZy
2013-09-19
2
-19
/
+36
*
added log msg to core
ShizZy
2013-09-19
1
-0
/
+2
*
added core initialization to app entry point
ShizZy
2013-09-19
1
-5
/
+3
*
removed CORE and LOADER from LogTypes
ShizZy
2013-09-19
1
-2
/
+0
*
added CORE and LOADER to LogTypes
ShizZy
2013-09-19
1
-0
/
+2
*
added ARMulator/skyeye ARM11 core to the project
ShizZy
2013-09-18
18
-0
/
+11356
*
changed log CPU from PPC to ARM11
ShizZy
2013-09-18
2
-2
/
+3
*
added default windows include
ShizZy
2013-09-18
1
-0
/
+4
*
initialized log manager
ShizZy
2013-09-18
1
-0
/
+5
*
added file platform.h
ShizZy
2013-09-16
4
-0
/
+137
*
renamed project to 'citrus'
ShizZy
2013-09-14
23
-53
/
+52
*
added scm_rev_gen project to automatically create a header with the git revision on build
ShizZy
2013-09-13
5
-3
/
+181
*
renamed AkiruBinDir to EmuBinDir
ShizZy
2013-09-09
1
-7
/
+7
*
cleaned up VS project files
ShizZy
2013-09-09
3
-67
/
+24
*
fixed some code warnings
ShizZy
2013-09-09
2
-2
/
+2
*
removed unneeded dolphin paths code, fixed linker problems with common.lib
ShizZy
2013-09-09
3
-132
/
+118
*
re-enabled GetLastErrorMsg
ShizZy
2013-09-09
1
-19
/
+23
*
enabled StringPooling and EnableEnhancedInstructionSet
ShizZy
2013-09-09
1
-1
/
+3
*
added missing project dependencies
ShizZy
2013-09-09
1
-0
/
+3
*
removed ignored specific libraries section from project file
ShizZy
2013-09-09
1
-2
/
+4
*
updated common paths
ShizZy
2013-09-08
4
-16
/
+13
*
start of 3DS memory map
ShizZy
2013-09-06
5
-16
/
+80
*
added core and mem_map files to the project
ShizZy
2013-09-06
7
-14
/
+244
*
added ipch/ folder (MSVS generated) to .gitignore
ShizZy
2013-09-05
1
-0
/
+1
*
added an ARM disassembler from the android project
ShizZy
2013-09-05
4
-0
/
+1175
*
added 'bin' folder to .gitignore
ShizZy
2013-09-05
1
-2
/
+3
*
added missing files
ShizZy
2013-09-05
3
-0
/
+154
*
deleting renamed directory
ShizZy
2013-09-05
2
-156
/
+0
*
various fixes to be able to build project
ShizZy
2013-09-05
12
-162
/
+143
*
added build directory to be ignored by git
ShizZy
2013-09-05
1
-0
/
+3
*
updated .gitignore to include temporary files created by MSVS
ShizZy
2013-09-05
1
-0
/
+6
*
added emu_window.h to define interface to drawing to a window
ShizZy
2013-09-05
3
-0
/
+108
*
renamed VS properties to be correct filename case
ShizZy
2013-09-05
5
-0
/
+0
*
updated CMakeLists.txt file for new common files
ShizZy
2013-09-05
1
-9
/
+16
*
replaced common code with dolphin common
ShizZy
2013-09-05
54
-163
/
+8640
*
deleted gekko's common files
ShizZy
2013-09-04
28
-4543
/
+0
*
adding initial project layout
ShizZy
2013-08-30
340
-0
/
+61084
*
Initial commit
shizzy1
2013-08-30
3
-0
/
+354