Marco Rodolfi
Marco Rodolfi
same exact issue, it's unusable 
Mind you that I have a 2.5Gbit connection down, so I doubt it's a connection issue :)
> @RodoMa92 Just to confirm you are using the local API with proxy videos through Invidious disabled? Yes, that is correct. I can play videos fine after searching for a...
Yeah, since the throttling is done only where freetube connect directly through youtube and not using a proxy. Issue is that a lot of the time I need to keep...
Trying to compile this application to Linux, I got stuck on this specific error: ``` In file included from /home/marco/Sviluppatore/xenia-canary/src/xenia/cpu/processor.h:24: /home/marco/Sviluppatore/xenia-canary/src/xenia/cpu/export_resolver.h:70:16: error: typedef ‘xe::cpu::ExportTrampoline’ is initialized (use ‘decltype’ instead) 70...
Yes it does, unfortunately. Just tried compiling the latest changes 2 hours ago. Besides that line, I've been able to compile it fully (besides some minor changes from the latest...
Latest error log ``` /home/marco/Sviluppatore/xenia-canary/src/xenia/cpu/ppc/ppc_context.h: In instantiation of ‘T xe::cpu::ppc::PPCContext_s::TranslateVirtual(uint32_t) const [with T = unsigned char*; uint32_t = unsigned int]’: /home/marco/Sviluppatore/xenia-canary/src/xenia/kernel/util/shim_utils.h:60:10: required from here /home/marco/Sviluppatore/xenia-canary/src/xenia/cpu/ppc/ppc_context.h:443:29: error: invalid use of incomplete...
> In ppc_context.h:443 Instead of line: > > ``` > return processor->memory()->TranslateVirtual(guest_address); > ``` > > Use something like this: > > ``` > uint8_t* host_address = virtual_membase + guest_address;...
Are these two constants in platform_win.h actually Windows specifics? https://github.com/xenia-canary/xenia-canary/blob/fecd1e6a407b1f7df24298f2482ed74e7a586da1/src/xenia/base/platform_win.h#L69 ```cpp static constexpr size_t KUSER_SHARED_INTERRUPTTIME_OFFSET = 8; static unsigned char* KUserShared() { return (unsigned char*)0x7FFE0000ULL; } ```
Trying to run xb tests blow up again during linking: ```cpp Linking xenia-cpu-ppc-tests /usr/bin/ld: bin/Linux/Debug/libxenia-kernel.a(achievement_manager.o): in function `xe::kernel::AchievementManager::EarnAchievement(unsigned long, unsigned int, unsigned int)': /home/marco/Sviluppatore/xenia-canary/build/../src/xenia/kernel/achievement_manager.cc:57: undefined reference to `xe::ui::WindowedAppContext::CallInUIThread(std::function)' /usr/bin/ld: bin/Linux/Debug/libxenia-kernel.a(achievement_manager.o):...