yuzu/src/core
B3n30 8bee016145 Create a random console_unique_id (#2668)
* Create a random console_id when config save_file is created

Added button in system config to refresh the console unique id

* Moved the connect for the button from .ui file to constructor of ConfigureSystem

* Added warning and info dialog
Fixup: Make use of qt5 style connects,
  renamed the refresh button,
  removed some duplicate code,
  changed random device and moved all to the generate function

* Changed the random generator to reflect what a real 3DS stores as console unique id
Fixup: Changed the warning message

* Fixup: Set and Create

* Fixup: Added console id label, therfore removed second message box

* Fixup: fixed the endianess

* Fixup: more endianness fixes

* Fixup: Endianness the 3rd
2017-05-05 20:55:51 -04:00
..
arm dyncom: Correct SXTAB16 and SXTB16 2017-02-18 20:04:54 +00:00
file_sys file_sys: lower log level for setting host path 2017-03-08 17:47:24 +02:00
frontend Merge pull request #2512 from SonofUgly/custom-layout 2017-03-21 22:57:31 -04:00
gdbstub Doxygen: Amend minor issues (#2593) 2017-02-26 17:58:51 -08:00
hle Create a random console_unique_id (#2668) 2017-05-05 20:55:51 -04:00
hw Merge pull request #2587 from yuriks/status-bar 2017-02-26 17:51:15 -08:00
loader loader/ncch: less verbose log for loading game list. only log program ID when booting 2017-03-08 17:37:24 +02:00
tracer Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
CMakeLists.txt ir: implement circle pad pro 2017-05-03 09:44:00 +03:00
core_timing.cpp CoreTiming: use named constant for ARM11 clock rate 2017-01-16 09:59:16 +02:00
core_timing.h CoreTiming: use named constant for ARM11 clock rate 2017-01-16 09:59:16 +02:00
core.cpp Core: Make PerfStats internally locked 2017-02-26 17:22:03 -08:00
core.h Core: Re-write frame limiter 2017-02-26 17:22:04 -08:00
memory_setup.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
memory.cpp Revert "Memory: Always flush whole pages from surface cache" 2016-12-17 19:13:33 -05:00
memory.h Expose page table to dynarmic for optimized reads and writes to the JIT 2016-11-24 20:41:18 -07:00
mmio.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
perf_stats.cpp PerfStats: Re-order and document members better 2017-02-26 17:22:04 -08:00
perf_stats.h PerfStats: Re-order and document members better 2017-02-26 17:22:04 -08:00
settings.cpp ir: implement circle pad pro 2017-05-03 09:44:00 +03:00
settings.h Merge pull request #2512 from SonofUgly/custom-layout 2017-03-21 22:57:31 -04:00